Error Code 401 “missing required authentication credential” on a weekly basis
-
Hi there, I successfully installed Post SMTP about a month ago and it generally works OK using the Gmail API.
However, every single week since installing I am getting error 401:
"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": { "service": "gmail.googleapis.com", "method": "caribou.api.proto.MailboxService.SendMessage" } } ] } }This is fixed fairly quickly by going back to the set-up wizard in WordPress and re-authorizing via Google, but I am getting confused as to why this keeps happening so regularly? Does this happen to anyone else? Grateful for any support here.
The topic ‘Error Code 401 “missing required authentication credential” on a weekly basis’ is closed to new replies.