First of all, thanks to all the Appwrite team for creating a great software, I'm kind of new for this db and yet so far I'm having a really productive time learning and doing my first project with it.
I want to ask for some pointers on how to use query to list documents with specific $permissions.
For example, currently I have some collections of document which have all user have read(), multiple user $id for update(), but only creator have delete() $permission. What I am aiming is that for those user(s) who have update() permission to use query to retrieve only those documents. Thanks in advance.
Not supported at the moment. You might want to 👍 this issue: https://github.com/appwrite/appwrite/issues/5169
Thanks @Steven for your info. Okay then will find out a workaround for this.
Recommended threads
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...