angular-azure-blob-service icon indicating copy to clipboard operation
angular-azure-blob-service copied to clipboard

A simple module for communication with Azure Blob Storage from angular apps. Works with angular 4.3+

Results 11 angular-azure-blob-service issues
Sort by recently updated
recently updated
newest added

Hi there! This change adds the repository property to your package.json file(s). Having this available provides a number of benefits to security tooling. For example, it allows for greater trust...

The Angular HTTP client sends `Content-type: application/json`, this should probably be `text/xml`. https://github.com/Gullfaxi171/angular-azure-blob-service/blob/master/src/app/modules/blob/blob.service.ts#L35 The `Azurite` emulator complains about this with a 400 Bad Request

Getting this error in response when trying to upload - AuthenticationFailedServer failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. Signature...

![image (1)](https://user-images.githubusercontent.com/41041541/79143612-29c04e00-7ddb-11ea-9834-31bf0be96dba.png) Please see the above image. I have uploaded blob data but it is creating an empty folder every time. It should create an image file.

@Maritims I am facing Authentication 403 (Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.)

Hi, I made a test: I upload a large file with SAS setted for 1 minute, correctly after 1 minute receive the http error 403 'Server failed to authenticate the...

I want to be able to pause and resume video uploads. Is there a way to go about it? Thanks.

How would downloading a file be done?

I want to cancel video upload request in midway. Tried this._blobService.upload(config).cancel(). Didn't work.

I was having issues with newest version of this repo because of the upgrade to Angular 5... Something about metadata mismatch so I ended up using an earlier version (0.6.0)