Rank 1: Thread
Hello. I want to save an image to Storage but I get this error. I can't find a solution. What should I do?
Votes
0
Replies
8
Participants
Unknown
Messages
9
Rank 1: Thread
Hello. I want to save an image to Storage but I get this error. I can't find a solution. What should I do?
Hey! This means what it says it means, the user is not authorized to create a file :P.
Check your permissions on the bucket.
Storage -> {bucket} -> Settings -> Permissions
In your code, this is setting the permission on the file, but not the bucket the file lives in. You'll need to set permission on the bucket itself.
Rank 1: Thread
I looked for permissions in auth and couldn't find them. 😐😅 Thank you
Rank 1: Thread
I see. I wanted to talk about what I did before.
Rank 1: Thread
Thanks again
Rank 1: Thread
[SOLVED] Unable to save image to Storage
Ah okay :) Glad you were able to get this fixed!