GDriveFS icon indicating copy to clipboard operation
GDriveFS copied to clipboard

python-oauth2client version > 4.00

Open thegala opened this issue 5 years ago • 3 comments

I reverted this commit https://github.com/dsoprea/GDriveFS/commit/3a9e12cbd8dcbc46866c61cab180ff0dfe3fdc0a and gdrivefs is still working normal with latest python-oauth2client version 4.1.3. I am wondering is this version check still necessary? I am using gdrivefs from master branch.

thegala avatar Dec 30 '20 16:12 thegala

I've just installed gdrivefs on Manajro and after authentificating it fails to mount showing this error:

$ gdfs default /mnt/gdrive
Traceback (most recent call last):
  File "/usr/bin/gdfs", line 76, in <module>
    _main()
  File "/usr/bin/gdfs", line 68, in _main
    gdrivefs.gdfuse.mount(
  File "/usr/lib/python3.9/site-packages/gdrivefs/gdfuse.py", line 858, in mount
    raise Exception("Google does not like oauth2client >=4.0.0 .")
Exception: Google does not like oauth2client >=4.0.0 .

unfa avatar Apr 13 '21 08:04 unfa

I've just installed gdrivefs on Manajro and after authentificating it fails to mount showing this error:

$ gdfs default /mnt/gdrive
Traceback (most recent call last):
  File "/usr/bin/gdfs", line 76, in <module>
    _main()
  File "/usr/bin/gdfs", line 68, in _main
    gdrivefs.gdfuse.mount(
  File "/usr/lib/python3.9/site-packages/gdrivefs/gdfuse.py", line 858, in mount
    raise Exception("Google does not like oauth2client >=4.0.0 .")
Exception: Google does not like oauth2client >=4.0.0 .

I'm having the same issue on Arch. Where you able to solve it?

TrustMeIm0xDolphin avatar Oct 16 '21 01:10 TrustMeIm0xDolphin

I'm getting the same issue. Maybe it should be migrated to google-auth?

https://google-auth.readthedocs.io/en/master/oauth2client-deprecation.html

vigilancetech-com avatar May 01 '22 01:05 vigilancetech-com