ArchiverForGooglePhotos icon indicating copy to clipboard operation
ArchiverForGooglePhotos copied to clipboard

Google auth error

Open pietronaccari opened this issue 2 years ago • 2 comments

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'})

pietronaccari avatar Jun 08 '23 16:06 pietronaccari

If this is a better implementation please submit a PR

NicholasDawson avatar Jun 09 '23 12:06 NicholasDawson

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.

steveny2k avatar Dec 04 '23 06:12 steveny2k