Can someone tell me how postman can get an endpoint, but the browser shows "Storage bucket with the requested ID could not be found."? the hell is this haha
Oh.. i just noticed you need to put projectId and mode=admin behind the URL lol
what's the mode for? <:2HAhaa:746401772779601930>
I don't think admin mode is needed for this
No idea what does it do. Let me check
ah kk
Okay. Seems it's related to admin role in console. I can't find something precise related to this so no idea what's it used for in this specific case
It's automatically added when you copy the file url ^^
You don't need to include mode. You actually typically shouldn't include it
That's because you're accessing it via the console
Admin mode is used when accessing a project as a console user. So the cookie that gets used is the console cookie vs the project cookie
Ahh, okay
[Solved] Storage bucket not found
Recommended threads
- Attribute not found in schema on REST AP...
I'm querying a appwrite collection via the REST API on appwrite cloud 1.9.5 (no SDK) via a cloudflare worker and keep getting: ``` {"message":"Invalid query: A...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...