Unhandled Exception: AppwriteException: storage_bucket_not_found, Storage bucket with the requested
- 0
- Flutter
- Storage
- Cloud
Tried uploading image, but this is the error i got from cloud.appwrite.io
I have the storage bucket and the storage id, which is right....
Is the project id correct? What are the permissions on the bucket?
I gave full permission for any, and I re checked the project id as well, it is correct...
And the bucket ID is correct? Would you please share your code? And would you please dm me the url to the bucket on the Appwrite console?
Just a min
Why using 2 platforms at once π
Anyways, try deleting &mode=admin in the URL, seems that's an issue
Tell me if it works
Are you getting the error during the createFile?
Are you getting the error during the createFile?
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...