I'm trying to grant access to GYB for the backup, but every time I try I get this error:
Traceback (most recent call last):
File "gyb.py", line 2286, in <module>
File "gyb.py", line 1589, in main
File "gyb.py", line 278, in getValidOauth2TxtCredentials
File "gyb.py", line 390, in requestOAuthAccess
File "gyb.py", line 405, in writeCredentials
File "gyb.py", line 417, in _getValueFromOAuth
File "gyb.py", line 414, in _decodeIdToken
File "google\oauth2\id_token.py", line 146, in verify_oauth2_token
File "google\oauth2\id_token.py", line 126, in verify_token
File "google\auth\jwt.py", line 276, in decode
File "google\auth\jwt.py", line 197, in _verify_iat_and_exp
ValueError: Token used too early, 1614709861 < 1614709872
[10664] Failed to execute script gyb
The timestamps are always 11 seconds apart, regardless of how long I wait after token generation to enter it. I'm using a non Google Workspace account.