Search Criteria
Package Details: gdrivefs 0.14.13-1
Git Clone URL: | https://aur.archlinux.org/gdrivefs.git (read-only, click to copy) |
---|---|
Package Base: | gdrivefs |
Description: | An innovative FUSE wrapper for Google Drive |
Upstream URL: | https://github.com/dsoprea/GDriveFS |
Keywords: | drive fuse google |
Licenses: | |
Submitter: | jetm |
Maintainer: | willemw |
Last Packager: | willemw |
Votes: | 36 |
Popularity: | 0.004040 |
First Submitted: | 2015-08-15 15:35 |
Last Updated: | 2020-10-02 16:22 |
Latest Comments
1 2 Next › Last »
JonghunBok commented on 2020-03-16 11:34
If you have any trouble because Google doesn't like oauth2client >= 4.0.0, try downgrading the package with
sudo pip install --upgrade oauth2client==3
.I'm not sure if using sudo with pip is a good practice though. Worked for me!
willemw commented on 2020-02-16 16:19
GDriveFS is not compatible with Python 3 and not with python-oauth2client (>=4.0.0).
willemw commented on 2020-02-08 10:55
Please migrate to Python 3.
willemw commented on 2019-03-14 07:43
Builds also without python2-distribute.
je-vv commented on 2019-01-22 02:32
Hi @jetm, missing PR 202: https://github.com/dsoprea/GDriveFS/pull/202. It's necessary to prevent issues with fuse multi threading, which corrupts reads...
jetm commented on 2019-01-20 17:07
@je-vv: Updated the packaged with the new version and removed the update() part. Thank you!
je-vv commented on 2019-01-20 03:32
The new 0.14.12 seems to have a bit different dependencies:
The build section can be removed I'd guess, and use the following package:
jetm commented on 2018-08-15 22:05
@KurisuKuronoa: Updated gdrivefs with python2-oauth2client dependency. Thank you.
KurisuKuronoa commented on 2018-08-15 20:41
Doesn't work for me unless I install "python2-oauth2client" from the Arch package repository.
jetm commented on 2016-11-10 19:13
Bump up new revision gdrivefs 0.14.8-2. Changelog:
- Fix an issue with oauth2client. Thanks to @nagyesz, whom reported and provided the fix.