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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...