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
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- 408 Timeout / Curl Error 7 in Executor w...
Hey everyone, I am losing my mind over a routing loop/timeout issue on a fresh self-hosted setup. I have a single Linux VPS (IP: 45.141.37.105) and one domain (...
- functions returning error 401 in local
I updated to 1.9.0, and the functions that used to work fine in 1.8.1 are now giving me a 401 error. I can't seem to find a solution. If anyone is running versi...