Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I generate a sas token with "sp" prefix and not "sv" when using get_services_sas? #138

Open
GreyMerchant opened this issue Nov 15, 2023 · 0 comments

Comments

@GreyMerchant
Copy link

Hii, I am currently trying to generate a sas token via the following code:

get_service_sas(account = "<myaccount>",
                key = "<mykey>",
                service = "file",
                resource="<resource>",
                resource_type="b",
                permissions="r")

I specifically need it to generate with "sp" in front and not "sv" as the token I was creating on Azure had that and none of the "sv" tokens so far have worked. How can I change this or what am I missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant