Hi,
I have the same problem with url + sas token :
HttpResponseError: (InvalidRequest) Invalid request.
Code: InvalidRequest
Message: Invalid request.
Inner error: {
"code": "InvalidContent",
"message": "The file is corrupted or format is unsupported. Refer to documentation for the list of supported formats."
}
it works without sas token (but my blobs are accessible to the whole internet...)
Here's the format url with sas :
https://myazurestorage.blob.core.windows.net/mycontainer/0b735a3e-74a2-4758-a058-f874a276bdaf-myfile.pdf?st=2024-07-08T14%3A27%3A39Z&se=2024-07-09T14%3A27%3A39Z&sp=r&sv=2024-05-04&sr=c&sig=f5OFrzNFY/vfxF9VukGjfPGuLngiC2Zx6fj%2BZUugPhk%3D
What's wrong ? Does anyone have a solution ?
Thanks,