Skip to content
New issue

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

python-oauth2client version > 4.00 #217

Open
thegala opened this issue Dec 30, 2020 · 3 comments
Open

python-oauth2client version > 4.00 #217

thegala opened this issue Dec 30, 2020 · 3 comments

Comments

@thegala
Copy link

thegala commented Dec 30, 2020

I reverted this commit 3a9e12c 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.

@unfa
Copy link

unfa commented Apr 13, 2021

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 .

@Emi1305
Copy link

Emi1305 commented Oct 16, 2021

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?

@vigilancetech-com
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants