Hello! How to remove specific users from permission list via dart sdk? For example, I gave permission to multiple users for a collection. Now I want to remove one user from permission. How to do it?
Hi - this is duplicate - https://discord.com/channels/564160730845151244/1099968590746238996/1099968590746238996
can you please remove one?
Also, to update
You’d need to give a new list or permissions without the user you want to remove. This will override your existing list
Thank you! I got all the permission lists and removed the user that should be removed from them and re-added that sheet when updating the collection and it worked.
[SOLVED] Removing permission via dart sdk
Recommended threads
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...