-
linux 使用 GDriveFS 挂载无限容量 GoogleDrive
2018-05-28 17:29ssl 的错误参考:
Traceback (most recent call last):
File "/usr/bin/gdfstool", line 125, in
main()
File "/usr/bin/gdfstool", line 118, in main
_handle_auth(args)
File "/usr/bin/gdfstool", line 56, in _handle_auth
_handle_auth_store(*args.auth)
File "/usr/bin/gdfstool", line 50, in _handle_auth_store
authorize.step2_doexchange(authcode)
File "/usr/local/python27/lib/python2.7/site-packages/gdrivefs/gdtool/oauth_authorize.py", line 143, in step2_doexchange
raise AuthorizationFailureError(message)
gdrivefs.errors.AuthorizationFailureError: Could not do auth-exchange (this was either a legitimate error, or the auth-exchange was attempted when not necessary): [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)错误时 httplib2 的版本
[root@host bin]# pip install httplib2
Requirement already satisfied: httplib2 in /usr/local/python27/lib/python2.7/site-packages (0.8)
升级后
最后完满解决了。