As per the documentation, I should see a Scopes section in the settings of the particular Appwrite Function. But I don't see it.
I'm not able to access my collections using Appwrite functions through Client API. If I'm not wrong, my function will be able to perform CRUD operations on documents in collections if I specify appropriate scopes to the function. Please correct me if I'm wrong!
I believe this is a new 1.6 feature, that is not available in cloud as of yet.
Docs are targeted for Cloud @ 1.6 currently and 1.6 is yet to be released on cloud.
Could you guide me on what should I do until it's released? How can I perform CRUD operations on Collections/documents through Functions? My app uses GoogleOAuth for user authentication and since my collection's permission is set to Users, the function is not being able to perform CRUD operations on it when triggered via Client API even if I'm logged in in the app.
Dynamic keys are a part of 1.6x release. Before that, you can create standard keys from your projects main dashboard/overview screen.
Recommended threads
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- 401 - Project not accessible in this reg...
Hi Appwrite team, I’m experiencing a Cloud Console issue with my NYC region project. Problem: - Some Console pages return: “401 - Project is not accessible ...