_alnes_Original post
Rank 2: Process
I need the Blob format for a plugin for the images that I download from the storage. I have to use fetch to do this, right?
And give fetch permissions accordingly?
Otherwise there is a GET error message 404 because fetch of course doesn't have permission...
Thanks
Summary
Developers want to convert Storage getFile to Blob without using fetch. They need Blob format for a plugin but are encountering a 404 error because fetch doesn't have the necessary permissions.