fuse-google-drive icon indicating copy to clipboard operation
fuse-google-drive copied to clipboard

Correct information from getattr()

Open jcline opened this issue 12 years ago • 1 comments

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

jcline avatar Apr 28 '12 22:04 jcline

Update on this, file sizes are now accurate.

Google Documents files have size 0, but they aren't downloadable, anyway.

jcline avatar May 04 '12 04:05 jcline