How can I grant permission for a user to add data to a table in a way that only that user can delete/edit/view the data they added?
You would need to grant users create permissions on a collection and then turn on document level security on on the collection. When the user creates a document on the collection, it will default to grant them read, update, and delete access on the document
thanks. I thought it would grant permissions to all users to operate, not just the user who created it.
It should be only create for users
Recommended threads
- Other DateTime Columns Are Saved Incorre...
When opening a row’s details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly sa...
- GOT 500 error when going to the appwrite...
I gott 500 internal error screen and my API is timeout. please help to take a look. Traceback (most recent call last): File "D:\conda\envs\wrista\Lib\site-pa...
- Returned columns when Query.select is us...
Hello, I am noticing that whatever i put in Query.select, the returned data will always contain the following fields ` "total": 1, "rows": [ { ...