
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.

I looked for permissions in auth and couldn't find them. 😐😅 Thank you


I see. I wanted to talk about what I did before.

Thanks again

[SOLVED] Unable to save image to Storage

Ah okay :) Glad you were able to get this fixed!
Recommended threads
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
- Hi im using vvs studio to make a charact...
my game involves magic , leveling up aka "phase" max phase is 30 each 10 20 30 theres awakening 1 2 3 i want to make a character builder so that players can fig...
- Limit File Upload count?
Is there a way to limit the number of files a user can upload? I know there's a limit of file size but in my case I'd like to limit the user to only upload x am...
