GDriveFS
GDriveFS copied to clipboard
An innovative FUSE wrapper for Google Drive.
Hi! Today I started getting I/O errors when trying to read from or write to empty files using GDriveFS. After some debugging I found out that it's getting HTTP 416...
### dsoprea/GDriveFS now has a Chat Room on Gitter @dsoprea has just created a chat room. You can visit it here: [https://gitter.im/dsoprea/GDriveFS](https://gitter.im/dsoprea/GDriveFS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...
Hi, I'd like to suggest these 2 commits, to support unicode pathnames, and to help with fstab installs, by letting a non-root user mount an fstab-configured Google Drive filesystem. Hope...
Displaceables seem to be broken, and also seem to have been that way for some time The first problem was introduced recently in commit daa1c3844d711c1331872896e9a531bf546af7e2 (using `r''` syntax turns `\\`...
Google Code has been archived, the code.google.com repository has not been updated for quite a while
Hi, I've made gdrivefs to not pass _netdev option to fuse. The option is used for network file systems to prevent the system to mount the device on boot before...
In reference to: https://github.com/dsoprea/GDriveFS/issues/132 So it happens that with fuse multi threading enabled, reading files breaks, to the point that a simple diff between directories fail a bunch of files...
google-api-python-client was updated and pushed to pypi
Problems: 1. To allow user be able to mount their Google Drive by themselves, fstab must have `user` option. This PR shoudl fix #136. 2. To auto mount Google Drive,...
This is a PR for issue #177 I wasn't able to test it though, because I couldn't setup my debugging environment. Also, it is not configurable by FUSE variables yet....