MaxD

Results 2 comments of MaxD

I can reproduce the same issue as @BC89 . You can easily reproduce it with the CopyBlobToShare test I found in the source code. `Server failed to authenticate the request....

Reading this [Known Issue - Copy with a AzureSASCredential](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement/KnownIssues.md#copy-with-a-azuresascredential) I was expecting the following code to work. But it still does not work. ``` public async Task CopyFileToBlob(Uri fileUri, Uri...