diff --git a/client/src/connection/rest/RestSASServerAdapter.ts b/client/src/connection/rest/RestSASServerAdapter.ts index f609988bd..d07cfdbb3 100644 --- a/client/src/connection/rest/RestSASServerAdapter.ts +++ b/client/src/connection/rest/RestSASServerAdapter.ts @@ -361,7 +361,10 @@ class RestSASServerAdapter implements ContentAdapter { ifMatch: etag, fileProperties: { name: item.name, - path: newFilePath.split(SAS_FILE_SEPARATOR).join("/"), + path: newFilePath + .split(SAS_FILE_SEPARATOR) + .join("/") + .replace(/~sc~/g, ";"), }, };