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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...