
User Login ID: 66a0798a0023cb6c8bd0
I create session user to perform document!
Response update document: {
code: 401,
type: 'user_unauthorized',
response: {
message: 'Permissions must be one of: (any, users, user:66a0798a0023cb6c8bd0, user:66a0798a0023cb6c8bd0/unverified, users/unverified, team:644635d44a8d8bcfa705, member:66a5f759a94d46512b09, team:644635d44a8d8bcfa705/admin, label:admin)',
code: 401,
type: 'user_unauthorized',
version: '1.5.7'
}
}

What are you sending for the update document?

updating document + permission!

I think permission, might be the issue here, but I read document, it can grant ?

So you can't update the permissions to be something the user doesn't have. For example, you can't grant another user access

so only server sdk works! i see the response message seems able to do! a bit confused
Recommended threads
- Ability to mark user as "Verified" when ...
Iām using Google Sign-In in my bare React-native app and verifying the user's email through Google OAuth. After verifying the token server-side, I create the us...
- grant permisions only to users in collec...
I'm building a web app and instead of using Appwrite Auth, I made my own custom auth system that stores user data in documents. I have a "Profile" page where lo...
- Document Data is null.
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot) The permission I have ar...
