Hello there,
I'm trying to list user's session via (dotnet) server SDK but when calling /users/{userId}/sessions
I receive errore due to (role: applications) missing scope (home)
The API token has complete access to auth scope.
Any idea?
Hey there 👋 Can you share your source code please? Section that makes request to API should be enough
my wild guess would be that /v1
is missing in the endpoint
damn, you're right! test by test I deleted /v1
by mistake!
[SOLVED] Server SDK - (role: applications) missing scope (home)
thanks, I was going crazy!
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...