StorageServices icon indicating copy to clipboard operation
StorageServices copied to clipboard

Azure Blob Storage for Unity

Results 6 StorageServices issues
Sort by recently updated
recently updated
newest added

It would be really cool if you could use a SAS token (generated elsewhere) instead of storing the account key in the application. I have a backend where I generate...

Upon downloading an image from Azure storage successfully, other querys stop working with the error: An error occurred while sending the requestSystem.Net.Http.HttpRequestException: An error occurred while sending the request --->...

Is this even possible at this point? I would like to do something like upload a few images at one go to blob storage instead of requesting once for every...

Error putting blob image:AuthenticationFailedServer failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:85f41450-901e-002a-33a4-14553a000000 Time:2018-07-05T21:09:46.9683350ZThe MAC signature found in the HTTP...

Hi, These seem to be supported on API version 2015-02-21 and later. * https://docs.microsoft.com/en-us/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs#about-append-blobs * https://docs.microsoft.com/en-us/rest/api/storageservices/append-block It would be great if this new method could be added. Thx