RickOriginal post
Rank 1: Thread
- 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?
Summary
The user was having trouble listing out databases using the Cloud Server REST API, even though they had passed in the API key. Another user advised them to remove the user session, which solved the issue. The original user asked if they should delete the user session, and the response was yes. It was also mentioned that the project ID should be sent along with the request. The role "users" indicated that a user session was being used instead of the API key. There was no solution provided for setting permissions, but it was mentioned that the error message could help with troubleshooting.