[SOLVED] Cloud Server REST API - I cannot list out databases using REST API - I passed in API key
- 1
- Resolved
- 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
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...