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
when i try download from this url, i see this error:
AuthenticationFailed
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:d60e6e38-801e-00d3-3047-778133000000 Time:2018-11-08T09:45:58.9178592Z
sp is mandatory. Cannot be empty
The text was updated successfully, but these errors were encountered:
first of all, I can upload files to Azure Blob Storage Service.
I'm try to generate SAS URL but failed.
static String generateBlobUrl( CloudBlockBlob blob ){
1, sasToken is wrong.
log: sasToken=sig=GMqjezkLl1MSAqTyybfweB0hKvD3B5qhK9Q2ihhJefA%3D&st=2018-11-08T09%3A10%3A14Z&se=2018-11-09T09%3A10%3A14Z&sv=2017-04-17&sr=b
2, url is wrong too.
log: url=https://mystorage.blob.core.windows.net/d89ad74fbfd74ea5969da0f5588e387b/AIRecord/20181108170953_audio.wav?sig=GMqjezkLl1MSAqTyybfweB0hKvD3B5qhK9Q2ihhJefA%3D&st=2018-11-08T09%3A10%3A14Z&se=2018-11-09T09%3A10%3A14Z&sv=2017-04-17&sr=b
when i try download from this url, i see this error:
AuthenticationFailed
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:d60e6e38-801e-00d3-3047-778133000000 Time:2018-11-08T09:45:58.9178592Z sp is mandatory. Cannot be emptyThe text was updated successfully, but these errors were encountered: