Got this error when I first used it :
ImportError: cannot import name 'util' from 'oauth2client' (/usr/local/lib/python3.10/dist-packages/oauth2client/__init__.py)
Solved it with :
pip install oauth2client==2.2.0
(as seen on https://stackoverflow.com/questions/40708563/google-drive-api-importerror-cannot-import-name-util)
Got this error when I first used it :
ImportError: cannot import name 'util' from 'oauth2client' (/usr/local/lib/python3.10/dist-packages/oauth2client/__init__.py)Solved it with :
pip install oauth2client==2.2.0(as seen on https://stackoverflow.com/questions/40708563/google-drive-api-importerror-cannot-import-name-util)