02-06-2024 06:02 AM
Hello,
We have a project for google home and we found some errors that we can't trace in our own logs on the server. Can anybody provide some more information on what is happening?
{"@type":"type.googleapis.com/google.identity.accountlinking.type.AccountLinkingError", "errorReason":"Could not refresh token, 3P returned error:invalid_grant", "request":{…}, "response":{…}, "sessionId":2.54139613E8, "step":"REFRESH_ACCESS_TOKEN"}
{
"insertId": "a0zpsc47d",
"jsonPayload": {
"step": "REFRESH_ACCESS_TOKEN",
"request": {
"headers": {
"Authorization": "Basic Base64EncodedREDACTEDClientIdAndSecret"
},
"uri": "https://assistant.homplex.com/oauth2/token",
"body": "grant_type=refresh_token&refresh_token=REDACTED_VALUE",
"method": "POST"
},
"response": {
"status": 400,
"body": "{\"error\":\"invalid_grant\"}"
},
"sessionId": 254139613,
"errorReason": "Could not refresh token, 3P returned error:invalid_grant",
"@type": "type.googleapis.com/google.identity.accountlinking.type.AccountLinkingError"
},
"resource": {
"type": "assistant_action_project",
"labels": {
"project_id": "homplex-92698"
}
},
"timestamp": "2024-02-05T06:52:01.336Z",
"severity": "ERROR",
"logName": "projects/homplex-92698/logs/accountlinking-pa.googleapis.com%2Ferror",
"receiveTimestamp": "2024-02-05T06:52:01.943664478Z"
}
Not sure if they're normal errors regarding expiration of the token, or if there's something that we are doing wrong.
Thank you.
Answered! Go to the Recommended Answer.
02-08-2024 09:28 AM
Hello @RaresZynk ,
02-08-2024 09:28 AM
Hello @RaresZynk ,