.net - Cannot access Windows azure file storage document -


i have created file storage in windows azure , uploaded documents.

this path file looks https://mysite.file.core.windows.net/notes/txt.pdf

when try access file storage error: enter image description here

this intended behavior. please note there's no anonymous access allowed files stored in file storage. access needs authorized. since you're trying access resource without being authorized, you're getting error.

one way of authorizing access create shared access signature (sas) on file/share level read permission , using sas url access file.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -