Hi Raghav,
Please find the attached zip file containing a json file, import json in Postman and try. I have not worked on downloading and uploading files in Blob Storage but getting listofBlob and getting blob works for me.
I worked with Sharepoint API to upload and download of files. Just a hint - You will not able to upload or download a file directly, you would need to use some scripting to convert the file into Base64 and upload or download, this is how it worked for me incase of Sharepoint, I am assuming it will be similar for Blob Storage as well.
You might want to check Microsoft official documentation around Blob Storage API -
Azure Storage REST API Reference | Microsoft Docs
Hi Dhawan,
Actually, I am working on a similar use case. Could you provide the zip file so I can see if anything in it might be helpful?
I am working on same. Trying to do a bulk upload to BLOB storage however, cannot even authenticate and get Token. I’m able to get Token using the authenticate in Postman to test.
Has anyone used a bot to do a bulk upload to BLOB storage? Any suggestions / help would be great