AzureStorage Blob Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature

后端 未结 14 1782
無奈伤痛
無奈伤痛 2020-12-09 14:58

I\'m trying to upload a image in Windows Azure Blob and I\'m geting the following error which I can\'t handle.

Server failed to authenticate the request.

14条回答
  •  温柔的废话
    2020-12-09 15:37

    in my case it was actually the shared access signature (SAS) that expired. updating (actually making a new one) the shared access signature in portal.azure.com by adding a year (or more) for end date in the future. And all problems fixed.

提交回复
热议问题