BlobClient(<full-blob-url-with-sas-token>).upload_blob(file) gets a 403 #6500
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Storage
Storage Service (Queues, Blobs, Files)
Code that is run
Server Response:
The blob url I passed is valid and works with manual PUT requests. The debug logs show that the sas token on the url is url-decoded and the final PUT request is made using the (invalid) decoded sas token signature.
The text was updated successfully, but these errors were encountered: