README Scott C. Walton http://code.google.com/p/google-docs-fs
Python 2.5 or later gdata-python-client-1.3.0 or later python-fuse-0.2 Links to these can be found on the home page.
To install in Linux run:
./setup.py install
as root.
To install on Mac OSX do the following:
sudo cp /usr/local/lib/pkgconfig/fuse.pc /usr/local/lib/pkgconfig/fuse.bak sudo sed -i 's#-I${includedir}/fuse -D_FILE_OFFSET_BITS=64#-I${includedir}/fuse -DFreeBSD=10 -D_FILE_OFFSET_BITS=64#g' /usr/local/lib/pkgconfig sudo mv /usr/local/lib/pkgconfig/fuse.pc /usr/local/lib/pkgconfig/fuse.fix && sudo mv /usr/local/lib/pkgconfig/fuse.bak /usr/local/lib/pkgconfig/fuse.pc
See the Issues page on the site listed above for the latest issues.
Ben Samuel for his work in installing google-docs-fs on Mac OSX. invernizzi.l for his work on providing a Ubuntu package. miGlanz for writing the truncate() function, fixing Issue 6. mr.xiaofan.li for finding and fixing Issue 23.