jcline / fuse-google-drive

A fuse filesystem wrapper for Google Drive.
GNU General Public License v2.0
285 stars 48 forks source link

Correct information from getattr() #7

Open jcline opened 12 years ago

jcline commented 12 years ago

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 commented 12 years ago

Update on this, file sizes are now accurate.

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