Having the issue extracting files from Data Lake / blob storage with Storage Explorer via SAS token. Here is the error I got when selecting "load more" to get a list of blobs
Here is how my connection string looks like with all the permissions granted.
Blob
https://xxxx.blob.core.windows.net
SAS token
?sv=2019-12-12&ss=bf&srt=c&sp=rlc&se=2021-06-29T22:37:40Z&st=2020-09-24T14:37:40Z&spr=https&sig=YYYY
When creating a connection in Storage Explorer i was notified some parameters was missing like:


After hacking the SAS url by manually adding these parameters, Storage Explorer let me create the connection.
But when extracting I used to get "unable to load delete retention policy properties"/ "unable to retrive child resources" error.
Is there any permission needed? Do not know what I am doing wrong.