I tried Users.messages.Insert to restore the chat messages to my account. But the response was
{
"error": {
"errors": [
{
"domain": "global",
"reason": "invalidArgument",
"message": "Invalid label: CHAT"
}
],
"code": 400,
"message": "Invalid label: CHAT"
}
}
Is there any possibility to overcome this issue.If so how? Or is there any suggestible way to restore my chat messages?