Azure / Azure/AzureStor

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

Open
#138 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
R
Stars
68
Forks
27
Avg merge
2d 7h
Merged PRs (30d)
1

Description

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

```
get_service_sas(account = "",
key = "",
service = "file",
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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.