Hey folks, I get storage_bucket_not_found when trying to get a file with storage.getFile(). I can confirm that a bucket with the requested ID exists as I'm able to get the file with createAdminClient(). It does not work with createSessionClient(cookies) though. I set the permissions for this bucket to enable CRUD for 'Any'. I have this confirmed by printing the permissions:
Bucket permissions: [ 'create("any")', 'read("any")', 'update("any")', 'delete("any")' ]
I can also confirm the user I'm trying this with has an active session. Any leads?
Recommended threads
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- Appwrite for Education
I am writing to report an issue with my account limits. I currently have the GitHub Student Developer Pack active, which should include 10 Appwrite Pro projects...
- How to stop my project from being frozen...
So we encountered an error in production because our appwrite project had been frozen due to inactivity. Is there any way of automating checking in and activity