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
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...
- Storage images using custom domain retur...
Some of the images uploaded to my storage bucket returns this error: ``` { "message": "Project with the requested ID could not be found. Please check the value...
- Bandwidth limit for your organization ha...
I received an alert that I exceeded the Free plan bandwidth limit (showing 5.86 GB), but my dashboard tells a different story. The usage stats there are much lo...