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

后端 未结 14 1816
無奈伤痛
無奈伤痛 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:24

    I am using .NET SDK for Azure blob file uploading with metadata. I got an error while uploading files into Azure Blob storage with metadata, the error is "Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature." But these errors were only a few files not all of them.

    Issue here If you have metadata for the file, metadata should not contain special characters(�) or additional space( ) starting of the value and end of the value.

    If you correct the metadata values then the file will upload successfully.

提交回复
热议问题