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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...