Error sharing file to another user on NodeJS SDK
I am trying to send a file to another user (that is not in my network) via NodeJS SDK 1.61.2 but I get this error, what is wrong?
{
"code": 400,
"msg": "Bad Request",
"details": "[object Object],[object Object]. error code : 400000",
"error": {
"errorCode": 400,
"errorMsg": "Bad Request",
"errorDetails": [
{
"param": "viewers[0].viewerId",
"msg": "Field viewers[0].viewerId is mandatory."
},
{
"param": "viewers[0].viewerId",
"msg": "Invalid resource identifiers, expected UUID: identifier must be alpha-numeric and have a length of 24 chars"
}
],
"errorDetailsCode": 400000
}
}
Please sign in to leave a comment.
Comments
2 comments