File size: 614 Bytes
e569c5f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"error": {
"code": 401,
"message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"status": "UNAUTHENTICATED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "ACCESS_TOKEN_TYPE_UNSUPPORTED",
"metadata": {
"service": "texttospeech.googleapis.com",
"method": "google.cloud.texttospeech.v1.TextToSpeech.SynthesizeSpeech"
}
}
]
}
}
|