I’m trying to upload zip using put request to azure url. as a result of PUT request i’m getting 201 (created) as result of request. Snaplogic Response
Here is the details i’m using to upload a file Blob Url: https://symphnytstcjgrk509.blob.core.windows.net/dmf/GHD%20Forecast%20Interface%20BY.xml?sv=2014-02-14&sr=b&sig=XXXst=2022-11-30T12%3A59%3A44Z&se=2022-11-30T13%3A34%3A44Z&sp=rw Content-Type : application/zip Upload transfer request type: Calculate content length x-ms-blob-type: BlockBlob
The same is getting successfully executed from Post man and the file is uploaded
Do you know what's happening here?
I have uploaded the zipfile using code and able to fetch the file using postman and also using urls.
Zip File Uploaded
And also, able to upload and download using URLs.