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
after downgrade google-api-python-client==1.12.1. it works.
gcredstash --project ### --location-id ###--keyring-id ### --key-id ### get ###
Traceback (most recent call last):
File "/usr/local/bin/gcredstash", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/gcredstash/main.py", line 51, in main
kms_client = googleapiclient.discovery.build('cloudkms', 'v1')
File "/usr/local/lib/python2.7/dist-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
return wrapped(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/googleapiclient/discovery.py", line 300, in build
discovery_http.close()
AttributeError: 'Http' object has no attribute 'close'
The text was updated successfully, but these errors were encountered:
after downgrade google-api-python-client==1.12.1. it works.
The text was updated successfully, but these errors were encountered: