Gullfaxi171/angular-azure-blob-service

After Upload Is that Its returns the Blob image save URL

Closed this issue · 7 comments

HI Guys,
I am not sure, this Lib is going to serve my requirement.
My requirement is simple to Upload Media File On Azure Blob

What type of File it accepts, I have in Byte form File data, Is this Ok for Direct upload to blob, Also i am not sure where i will 'sas' and Is there any data restriction size restriction ?

Anybody have idea about, how to generate the 'sas' Token here

Also facing issue with CORS, How we can fix this, Is there any support available ? @Gullfaxi171 @Maritims

@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.)

@VivekIshir You will have to look into the documentation for generating the token and ensure for yourself that the token you generated is of the format that is expected by Azure.

@Maritims Ok Thanks for Feedback.

it can upload every type of file,
there is info about configuring cors in the readme.md

feel free to reopen if needed