Hi
Ive been googeling for a few hours, but im not smart enough to understand what the solution is.
https://learn.microsoft.com/en-us/rest/api/storageservices/put-blob?tabs=azure-ad
I want to put xlsx files into a adls gen 2 blob, using the download tool.
And ive been trying different guides, but I cannot get it working.
Anyone with an idea in which direction to look?
Kind regards
Hi @Hamder83
It's difficult to see from your screen shot, but make sure that you include all required headers in your request and that it's set to PUT.
Look at the info returned in the DownloadHeaders field after the download tool. That's where you'll find the HTTPS status as well as any error messages returned by the server
Dan