Hey AppWriters! Day 2 for me π
I'm reading the docs https://appwrite.io/docs/products/auth/team-invites In order to understand how a document is added then only accessible to the user/team that created it.
- I see lots of really useful code examples, but I don't see enough context. For example, only a Team Admin role should be able to invite or remove a team member.
- When a document is created, can we automatically assign the team id, per the auth token, to a team_id on a document?
Just need to get a foot hold on this stuff then I'll be flying!
Thanks for your support π
TL;DR
Developers want to automatically assign the user and team to a document in Appwrite. They seek clarity on roles for inviting/removing team members and want to automatically assign a team ID to a document based on the auth token.
Solution: Check the documentation for relevant code examples and ensure roles are properly set. Automatically assign the team ID to a document based on the user's auth token.Recommended threads
- 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...
- After assigning a domain to my Dart func...
Iβve attached the images. Could anyone please explain how this execution is being performed?
- Provider not enabled in Dotnet project
# Bug Report: Appwrite .NET SDK `CreateOAuth2Token` β `project_provider_disabled` ## Issue Using **Appwrite .NET SDK (v3.1.0)**, `CreateOAuth2Token` for Googl...