NicholasDawson / ArchiverForGooglePhotos

A tool to maintain an archive/mirror of your Google Photos library for backup purposes.
GNU General Public License v3.0
190 stars 30 forks source link

Google auth error #37

Open pietronaccari opened 1 year ago

pietronaccari commented 1 year ago

The login with google fails, you should update the call to the Google auth API.

google.auth.exceptions.RefreshError: ('invalid_grant: Bad Request', {'error': 'invalid_grant', 'error_description': 'Bad Request'})

NicholasDawson commented 1 year ago

If this is a better implementation please submit a PR

steveny2k commented 8 months ago

I also encounter this issue now. It shows error: raise exceptions.RefreshError(error_details, response_data) google.auth.exceptions.RefreshError: ('invalid_grant: Bad Request', {'error': 'invalid_grant', 'error_description': 'Bad Request'})

when starting.