GDriveFS
GDriveFS copied to clipboard
An innovative FUSE wrapper for Google Drive.
I am trying to install it in the windows 10 system but it is giving this error again and again even for an older version.Please help ``` $ pip3 install...
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...
I've been using GDriveFS successfully in the past (1 year back, maybe). Now, I can read what I've written before, but creating or overwriting any file causes an error and...
Every time I try to paste or add a new file to the mounted location this error pops up: Error opening file “/mount_location/filename”: Input/output error and the file is created...
Hello Dsoprea, thank you for this open source project. When i try to upload my .mp3 extension file to google drive with this command ` rsync -tr /media/files/ /media/googledrive/` It...
Related: https://github.com/dsoprea/GDriveFS/issues/212
httplib is no longer available in python3 and has been renamed as http.client. Here is a patch to fix that in GDriveFS. ``` $ cat patches/patch-lib_gdrivefs_drive_py $OpenBSD$ Index: lib/gdrivefs/drive.py ---...
Hi, First of all congratulations on this awesome project! I am currently trying to install it on OpenBSD and I get an error from pip when it tries to install...
The libfuse Python module requires it.