How to open blobs on browser without downloading through java service?
问题 I am creating an application where I need to view blobs in browser rather than downloading them. Currently, links of blobs having token downloads the corresponding blob. I got some reference here to view the blobs in browser : https://github.com/Azure-Samples/storage-blob-java-getting-started/blob/master/src/BlobBasics.java (See from line number 141) Here is my code to create token : @Test public String testBlobSaS(CloudBlob blob, CloudBlobContainer container) throws InvalidKeyException,