Hey all I am hoping you can help me with I am doing wrong while trying to access an ADLS directory via a SAS token that was specifically created for that SAS token (directory token, not container token).
url
https://testingsastk.dfs.core.windows.net/testcontainer/testfolder/
I have been following the rest API documentation here and I have created the request using postman.
postman request
https://{{accountName}}.{{dnsSuffix}}/{{filesystem}}?directory={{directory}}&recursive=true&resource=filesystem&{{sas_token}}
This request get a result that says I am missing a required paramater
missing parameter, directory SAS
However when I switch the SAS Token to a container SAS token the request works fine
https://{{accountName}}.{{dnsSuffix}}/{{filesystem}}?directory={{directory}}&recursive=true&resource=filesystem&{{sas_token_container}}
working request with container SAS
user26573596 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.