I create a document and add permissions for the user and their team (using team ID). When I retrieve the document the team level permissions are not there, but the user permissions are. If I add the team permissions in the console and retrieve the doc in my app, I can see the permissions that I would expect for user and team.
The attached screen snip shows the data passed into the create call, followed by the data returned from the get document.
The format of the permissions used in create are exactly the same as what I get back if I have added the team permissions manually in the console.
I also tried [teamid]/member as suggested in the custom permissions, but this made no difference.
Any thoughts team?
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...