
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
- Network Request Failed
Trying to save a file to the bucket but getting network request failed. Using react-native-image-picker.
- :rotating_light: CORS Error After Deploy...
Hi team, I'm facing an issue after deploying my React app to production. Issue: When trying to upload a file to Appwrite storage from the production domain `...
- NullReferenceException whenever I call s...
I hope you’re doing well. I’m encountering a NullReferenceException: Object reference not set to an instance of an object. whenever I call storage.CreateFile(.....
