I have an API URL (e.g.: localhost:8080/api/blobs/download/{item-id}). The API itself will return the URL of that item in the Blob Store (for example, https://myaccount.blob.core.windows.net/mycontainer/myitem). Now I have a task that requires user to copy and paste the API URL into the browser, and expect it to view/download the item. The question is how Java can support user browse the Blob
Tag: azure-blob-storage
Azure blob storage 12.5.0 dependency removed from maven central repo
I Have been using Azure blob storage 12.5.0 to develop a java application for talking to blob storage. Everything was working fine but suddenly now when i compile my maven project it says dependency not found. Going through this link for 12.5.0, I now get a page not found error. I am struggling to understand why this dependency was suddenly
How can I generate a licensed download link in azure storage blob
I can get a link by those code, and it could download a file successfully. but everyone could download the file by this link, I want the file could be downloaded by the one who is authorized. Is there any code or azure’s setting(such as AD?) could implement this? Thanks ————————-update———————— I find a doc,and there gives a reason. Note:
Azure function written in java throws FailureException: OutOfMemoryError: Java heap spaceStack while unzipping file size > 80MB
I have an Azure function written in java, which will listen to a queue message on azure, queue message has path to zip file on azure blob container, once the queue message is received it take zip file from the path location on azure and unzips to a container on azure. It works fine for small size files but >