blawar / nut

GNU General Public License v3.0
1.08k stars 189 forks source link

[Bug] Remote Pull Paths Google DRIVE #470

Closed andrea-ap closed 10 months ago

andrea-ap commented 1 year ago

i try setup gdrive OAuth , I followed the guide, created credentials, downloaded and hooked credentials.json file without errors, but when I go to remote pull paths and add gdrive , I get this error in Nut: WARNING:googleapiclient.discovery_cache:file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in from oauth2client.contrib.locked_file import LockedFile ModuleNotFoundError: No module named 'oauth2client'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in from oauth2client.locked_file import LockedFile ModuleNotFoundError: No module named 'oauth2client'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/googleapiclient/discovery_cache/init.py", line 44, in autodetect from . import file_cache File "/usr/local/lib/python3.9/site-packages/googleapiclient/discovery_cache/file_cache.py", line 40, in raise ImportError( ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth error