
Is there a way to set permissions on attribute level? I wanted to allow the user to update some properties of its own database document but I don't want to allow them to update some properties of the doc.

is this related? https://github.com/appwrite/appwrite/issues/6361

I think this one is more related (the link was on the issue you sent): https://github.com/appwrite/appwrite/issues/5974
It's basically set that the user can update some document except if he is updating a specific field/attribute. I don't want the user to be able to update his 'trial period end' or 'next payment date'. This values should be possible readable but not writable. This way I could only deal with updating this sensitive values server-side
Recommended threads
- line 1: 107 Killed npm run build
When trying to deploy my Nuxt app for testing, it goes through rendering chunks successfully and once it gets to Initializing the pre-renderer it throws this er...
- Vercel Deployment issue
I am trying to deploy my web project using vercel, but in the deployed link, it is fetching some of the attributes and for the rest it is giving "not found" err...
- Failing to run document operations on sd...
Could someone point me in the right direction I'm going in cirlces. I have a problem with sdks and my self-hosted server in production (for ~3 years) I have bee...
