I am trying to retrieve a file(File type: csv or xml) by REST API from Azure File Storage, I have Storage Account Name & Key
e.g. account: testgetfilestorage PW:ABC/abc82abc93f80+YCKJH23YGOabcabcabcabcbacbabcbabcabcbabcabcbacmZQ==
I use the "Microsoft Azure Storage Explorer" tool can view & download files successfully, but I test it on Postman was not successful, there is an error: view error image
----------------------------------
Following is my setting on Postman
In Header:
x-ms-version: 2014-02-14
In URL:
GET https://testgetfilestorage.file.core.windows.net/integration/TestFile.xml
I can 100% sure the file exists on File Shares, but the error return 404. May I know anything I did wrong? Thanks