Closed stewartadam closed 5 years ago
Hi @stewartadam, thanks for reaching out!
I will investigate this issue and update this thread.
I got the same error when I incorrectly inverted account name and key:
az storage container delete -n $name --account-key $storageAccountName --account-name $storageAccountKey
The error message should be clearer.
Hi @giggio, I apologize for the inconvenience. We've fixed it and are waiting for a release to publish it.
Fixed in 1.4.0.
Which service(blob, file, queue) does this issue concern?
blob
Which version of the SDK was used? Please provide the output of
pip freeze
.azure-storage-blob==1.3.1 azure-storage-common==1.3.0
What problem was encountered?
If user misconfigures the access credentials to their blob store, a obscure traceback is provided instead of an error when uploading any file via
create_blob_from_*
methods:Logging showed:
Here's a flask_restful MVP:
Have you found a mitigation/solution?
No