Replies: 1 comment 1 reply
-
Yes, you need permissions for downloading files
Check the storage logs as there should be more info there. My guess is that your authentication header is incorrect as you are calling Assuming the issue is authentication as I suspect, I'd suggest you to look into PATs (personal access token); You can also look into |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
I am using storage in function to generate a blurhash for an image. If I am using the presignedUrl I am always getting undefined. Any idea why this is happening?
Second, I switched to publicUrl. Until I didn't provide the accessToken I got 403. Right now I have publicUrl but now I'm getting 500 when I try to download the image using Axios.
Do you have any idea, if this is a good approach to achieve my goal or not?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions