[SOLVED] Error: User (role: guests) missing scope (users.read)
- 0
- Android
- Tools
- Apple
- Self Hosted
- Users
I created a function only for get list users, i deploy it and running execution from console and i got this error. But it's working fine if i deploy it on another project with same function code, what caused of this?
Maybe the API key is incorrect or not set
its already set, i can make sure 100%
all the environment has been set
its fine if i deploy it on another project
Do you have set the variable?
And does the key have the users scope?
Thanks, i forgot the API key has scope configuration.
So that solved the issue?
Can I mark this as solved?
[SOLVED] Error: User (role: guests) missing scope (users.read)
Recommended threads
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- 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 ...