[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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...