I'm very glad there is an update as to permission flags: Labels.
Is it safe to assume this is meant for an admin to be set, programatically or in the console, and to be read-only in the client otherwise?
If so, I think the SDK documentation is missing listLabels.
https://appwrite.io/docs/references/cloud/server-nodejs/users#updateLabels
Thanks for continuous improvement. !
Labels vs. Teams
Yes, it's for the admin to set.
There's no endpoint client side because it's within the user resource.
if the other user want to add a role permission to the specific label, to do this I have to use cloud function?
Please create a separate post
Recommended threads
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...