fuse-google-drive
fuse-google-drive copied to clipboard
A fuse filesystem wrapper for Google Drive.
(It's unfortunate that github doesn't provide a generic messaging system. This is kinda a response to comments currently in the code.) It would violate least surprise to make operations that...
The "title" field returned in the XML for directory listings can contain '/'s. It seems that Google Docs do not have a "filename" field, just the "title" field. Should Google...
My thoughts right now are that the user and group of all of the files should match that of the fuse process that was used to mount them, which gd_getattr()...
Need to use the refresh token to get a new access token periodically in the background so that the user doesn't have to reauth or anything weird.
see: https://developers.google.com/google-apps/documents-list/#getting_all_pages_of_documents_and_files
You could use `xdg-open` for the 'authorize' link so it opens in your default browser.
As of a21d588374e85fc5116c3137b6b7b3460b225294, the directory list is loaded on mount and a cached version is served during `ls`. This is because fetching and parsing the listing takes a second or...
Apparently GD lets you have multiple files with the same name. My understanding is that the way the Win and/or OSX clients handle this is by having `filename.ext` then `filename...