Google-drive-ocamlfuse: Mac OSX Finder Integration

Created on 18 Mar 2017  路  4Comments  路  Source: astrada/google-drive-ocamlfuse

I've noticed that this doesn't play will with Mac OSX Finder. It shows up as 0 kb and cannot be read from or written. However, it works perfectly fine via command line.

-rw-r--r--  1 me  med  1456 27 Feb 09:23 nginx.crt

screen shot 2017-03-18 at 1 39 07 pm
screen shot 2017-03-18 at 1 40 36 pm

Most helpful comment

I was able to get Finder working properly by adding either osxfuse mount options 'noapplexattr' or 'auto_xattr'.

google-drive-ocamlfuse -o auto_xattr mountpoint

All 4 comments

I'm sorry but I don't have a Mac, so I can't reproduce your issue.

It's not really an issue, seeing as it works completely fine in the shell (if I am to use the cp comand)
I think it's because of the way Finder treats the mounted file system. Just something to be aware of, maybe mention it in the wiki or something?

I haven't tried indexing it with spotlight (I'd rather not due to the large number of possible API requests), but I plan to make a small test folder and see what happens when spotlight indexes it.

I am also getting this issue, I wanted to try this out since it's been reported to work with Plex and not hit Googles API limit. Unfortunately all my files are showing up as Zero KB.

I was able to get Finder working properly by adding either osxfuse mount options 'noapplexattr' or 'auto_xattr'.

google-drive-ocamlfuse -o auto_xattr mountpoint

Was this page helpful?
0 / 5 - 0 ratings

Related issues

R-Chandra picture R-Chandra  路  3Comments

fjen picture fjen  路  7Comments

atleta picture atleta  路  8Comments

ilovetosharing picture ilovetosharing  路  4Comments

xxx31fr picture xxx31fr  路  3Comments