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
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...