How to generate SAS token for Azure from Java with the same structure as the one generated from Azure Portal?
I am trying to upload a file to an Azure container from a basic Spring Boot application, and I was successful so far. However, when I try to read or write the tags on the Azure blob, I keep getting the following error, which makes me think I am missing some authorization on the SAS token.
How to generate SAS token for Azure from Java with the same structure as the one generated from Azure Portal?
I am trying to upload a file to an Azure container from a basic Spring Boot application, and I was successful so far. However, when I try to read or write the tags on the Azure blob, I keep getting the following error, which makes me think I am missing some authorization on the SAS token.