Gmail API status UNAUTHENTICATED
-
Hi,
I configured Post SMTP with the Gmail API, following the provided documentation.
Right after the configuration was done, I have been able to send a couple of test messages, but since that no emails have been sent. I get the following error status:{ "error": { "code": 401, "message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.", "errors": [ { "message": "Login Required.", "domain": "global", "reason": "required", "location": "Authorization", "locationType": "header" } ], "status": "UNAUTHENTICATED", "details": [ { "@type": "type.googleapis.com/google.rpc.ErrorInfo", "reason": "CREDENTIALS_MISSING", "domain": "googleapis.com", "metadata": { "method": "caribou.api.proto.MailboxService.SendMessage", "service": "gmail.googleapis.com" } } ] } }
Everything seems to be well configured both on Post SMTP side and on Gmail side, as I was able to send test messages.
What can make this “UNAUTHENTICATED” with “CREDENTIALS_MISSING” reason happen? Am I doing something wrong?
Thanks in advance for any help.
The page I need help with: [log in to see the link]
- The topic ‘Gmail API status UNAUTHENTICATED’ is closed to new replies.