functions-storage-managed-identity icon indicating copy to clipboard operation
functions-storage-managed-identity copied to clipboard

Error if you have space in blob name

Open jongio opened this issue 4 years ago • 0 comments

Try running the sample with a blob that has a space in the name and the sas token generation code will not work.

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>AuthenticationFailed</Code>
<Message>
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:084f4308-201e-003d-0124-13e1d5000000 Time:2020-04-15T12:52:10.8287741Z
</Message>
<AuthenticationErrorDetail>
Signature not valid in the specified time frame: Start [Wed, 15 Apr 2020 12:48:03 GMT] - Expiry [Wed, 15 Apr 2020 12:49:33 GMT] - Current [Wed, 15 Apr 2020 12:52:10 GMT]
</AuthenticationErrorDetail>
</Error>

jongio avatar Apr 15 '20 12:04 jongio