[SOLVED] Cloud Server REST API - I cannot list out databases using REST API - I passed in API key
- 1
- Self Hosted
- Cloud
- I am using Cloud - Server REST APIs
- I am using Postman to send RESTful request to list out databases at /databases?search=
- I did pass in the API key (which enabled all scopes) at X-Appwrite-Key
- I did login with a create email session at /account/sessions/email
But I get this error How should I set permission?
role: users means a user session is being used rather than the API key
Are you sending the project id too?
yes, I also sending project ID
should I delete the user session?
removing the user session did help me 👍
thank you @Steven
[SOLVED] Cloud Server REST API - I cannot list out databases using REST API - I passed in API key
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...