Open
Description
Please update to use google-auth
. If you're concerned about breaking changes try to import google-auth
and use the flow from that library and fall back to oauth2client
if google-auth
is not present?
Environment details
- OS: All
- Python version: 3.6
- pip version: All
google-api-python-client
version: 1.7.11
Steps to reproduce
- Install google-api-python-client.
- Run
init()
from googleapiclient/sample_tools.py. - Observe exception:
ImportError: googleapiclient.sample_tools requires oauth2client. Please install oauth2client and try again.