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
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- New Build not visible on Domain
I pushed some new code to my Appwrite Site and the build succeeded and is shown as active. Yet, I can only see the new version of the site on Appwrite's provide...
- DNS bug
Hello, we found bug at the Appwrite Cloud Domains, when changing **only ** the Comment of CNAME, we get error DNS record already exists. Some DNS types do not ...