enupal / backup

Fully integrated Backup solution for Craft CMS
https://enupal.com/craft-plugins/enupal-backup
Other
16 stars 3 forks source link

Google Drive Stopped Authenticating #44

Open ambidustrious opened 1 year ago

ambidustrious commented 1 year ago

Description

I can no longer authenticate with Google Drive

I had been backing up successfully for weeks, and then it stopped working, when I went to check the credentials, I got the following error when I click on the Google Drive option:

{ "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.", "errors": [ { "message": "Invalid Credentials", "domain": "global", "reason": "authError", "location": "Authorization", "locationType": "header" } ], "status": "UNAUTHENTICATED" } }

There was no way to remove the credentials, so I had to uninstall the plugin and start over.

When I added the original credentials back, the error re-appeared.

I Uninstalled again, reinstalled, created NEW credentials, and I got the same error. The credentials are enabled and working on my Google Project, and the Google Drive API is enabled.

The redirect URI is correct as well as the javascript origin

Additional info