fuse-google-drive
fuse-google-drive copied to clipboard
Correct information from getattr()
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() currently does.
I am also thinking that the permissions should be 0700 for everything... There are possibly valid arguments for doing that differently, so I'm not certain.
See also: https://github.com/jcline/fuse-google-drive/issues/5
Update on this, file sizes are now accurate.
Google Documents files have size 0, but they aren't downloadable, anyway.