[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
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...