xyou365 / AutoRclone

AutoRclone: rclone copy/move/sync (automatically) with thousands of service accounts
https://www.gfan.loan/?p=235
1.36k stars 520 forks source link

Try to get the sa and get this error. The OAuth client was deleted #76

Open Lavigkaye opened 3 years ago

Lavigkaye commented 3 years ago

D:\DriveSoft\AutoRclone>python3 gen_sa_accounts.py --quick-setup 1 Traceback (most recent call last): File "gen_sa_accounts.py", line 323, in download_keys=args.download_keys File "gen_sa_accounts.py", line 168, in serviceaccountfactory creds.refresh(Request()) File "C:\Users\L\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\google\oauth2\credentials.py", line 214, in refresh scopes, File "C:\Users\L\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\google\oauth2_client.py", line 248, in refresh_grant response_data = _token_endpoint_request(request, token_uri, body) File "C:\Users\L\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\google\oauth2_client.py", line 124, in _token_endpoint_request _handle_error_response(response_body) File "C:\Users\L\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\google\oauth2_client.py", line 60, in _handle_error_response raise exceptions.RefreshError(error_details, response_body) google.auth.exceptions.RefreshError: ('deleted_client: The OAuth client was deleted.', '{\n "error": "deleted_client",\n "error_description": "The OAuth client was deleted."\n}')