Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?
TL;DR
Developers are struggling with accessing a file in a storage bucket using a session client and encountering a 404 error. The issue seems to be related to permissions, as an admin client can access the file without any problems. The developers are questioning if enabling CRUD on the bucket level for the role 'any' should allow access when using a session client.More precisely, when trying to access a file within this bucket using a session client, is 404 bucket not found expected?
TypeScript
{"message":"Storage bucket with the requested ID could not be found.","code":404,"type":"storage_bucket_not_found","version":"1.8.1"}
I'm able to access the file with an admin client, same bucketId, same fileId
Recommended threads
- Python function - error while creating /...
I have been trying to figure it out myself for the last 2 days. I have self-hosted appwrite instance, and I am running python 3.12 function. It works great up t...
- Every new table and column I create says...
Every new table and column I create says "processing" and nothing progresses.
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...