
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
- Need help on Flutter OAuth2
Am trying to use Appwrite OAuth (google, apple and facebook), am been on it for sometimes now which have tried many things but still not able to make it work: ...
- How can I use appwrite function for stre...
I am building a course website where I want users can view the videos stored in appwrite storage in diff quality and also will do some processing before streami...
- Constant 404 Pages
Whenever I am navigating through items and pages to go through my collections and database I end up at a page that sends me a 404 error, if i refresh it remains...
