We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try the following sequence in docker on mac os x:
1 apt-get update 2 apt-get install python2.7 3 python2.7 get-pip.py 4 pip install google-oauth2l 5 oauth2l fetch cloud-platform
Got the following error:
Successfully built oauth2client httplib2 Installing collected packages: six, httplib2, pyasn1, pyasn1-modules, rsa, oauth2client, google-apitools, google-oauth2l Successfully installed google-apitools-0.5.4 google-oauth2l-0.8.0 httplib2-0.9.2 oauth2client-2.1.0 pyasn1-0.1.9 pyasn1-modules-0.0.8 rsa-3.4.2 six-1.10.0 root@17df79961545:~# oauth2l fetch cloud-platform Error encountered in fetch operation: 'NoneType' object has no attribute 'create_scoped'
The text was updated successfully, but these errors were encountered:
We can close this issue since v0.9.0 has dropped dependency on google-apitools and this problem no longer reproduces.
Sorry, something went wrong.
No branches or pull requests
Try the following sequence in docker on mac os x:
1 apt-get update
2 apt-get install python2.7
3 python2.7 get-pip.py
4 pip install google-oauth2l
5 oauth2l fetch cloud-platform
Got the following error:
Successfully built oauth2client httplib2
Installing collected packages: six, httplib2, pyasn1, pyasn1-modules, rsa, oauth2client, google-apitools, google-oauth2l
Successfully installed google-apitools-0.5.4 google-oauth2l-0.8.0 httplib2-0.9.2 oauth2client-2.1.0 pyasn1-0.1.9 pyasn1-modules-0.0.8 rsa-3.4.2 six-1.10.0
root@17df79961545:~# oauth2l fetch cloud-platform
Error encountered in fetch operation: 'NoneType' object has no attribute 'create_scoped'
The text was updated successfully, but these errors were encountered: