I am trying to call deleteIdentity() from cloud function but i am getting (role: applications) missing scope (account)
TL;DR
The user is having trouble calling deleteIdentity() from a cloud function and is getting a missing scope (account) error. They suspect that they need to use the users endpoint for server-side tasks and have already given the necessary permissions to the API key. The issue has been closed.i made sure i have given necessary perms to api key 🤔
oh i think i have to use users endpoint for server sided tasks smh
[CLOSED] Auth Account Delete
Recommended threads
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...