You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@instance-1:~/AutoRclone# python3 gen_sa_accounts.py --list-projects
Traceback (most recent call last):
File "gen_sa_accounts.py", line 323, in
download_keys=args.download_keys
File "gen_sa_accounts.py", line 178, in serviceaccountfactory
cloud = build('cloudresourcemanager', 'v1', credentials=creds)
File "/usr/local/lib/python3.7/dist-packages/googleapiclient/_helpers.py", line 130, in positional_wrapper
return wrapped(*args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/googleapiclient/discovery.py", line 321, in build
discovery_http.close()
AttributeError: 'Http' object has no attribute 'close'
The text was updated successfully, but these errors were encountered:
root@instance-1:~/AutoRclone# python3 gen_sa_accounts.py --list-projects
Traceback (most recent call last):
File "gen_sa_accounts.py", line 323, in
download_keys=args.download_keys
File "gen_sa_accounts.py", line 178, in serviceaccountfactory
cloud = build('cloudresourcemanager', 'v1', credentials=creds)
File "/usr/local/lib/python3.7/dist-packages/googleapiclient/_helpers.py", line 130, in positional_wrapper
return wrapped(*args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/googleapiclient/discovery.py", line 321, in build
discovery_http.close()
AttributeError: 'Http' object has no attribute 'close'
The text was updated successfully, but these errors were encountered: