You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Which service(blob, file, queue, table) does this issue concern?
blob
Which version of the SDK was used?
11.1.0
Which platform are you using? (ex: .NET Core 2.1)
NET Core 3.1
What problem was encountered?
When I was trying to use the api Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob.UploadTextAsync to upload some files. I got the error:
ErrorCode:AuthorizationPermissionMismatch
ErrorMessage:This request is not authorized to perform this operation using this permission
I don't want to fail with permission issue when I'm uploading. It's to heavy for me. Do you have some solutions (more lighter) to precheck the permission?
The text was updated successfully, but these errors were encountered:
Which service(blob, file, queue, table) does this issue concern?
blob
Which version of the SDK was used?
11.1.0
Which platform are you using? (ex: .NET Core 2.1)
NET Core 3.1
What problem was encountered?
When I was trying to use the api Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob.UploadTextAsync to upload some files. I got the error:
I don't want to fail with permission issue when I'm uploading. It's to heavy for me. Do you have some solutions (more lighter) to precheck the permission?
The text was updated successfully, but these errors were encountered: