Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: mount google docs

  1. #1
    Join Date
    Jun 2008
    Beans
    Hidden!

    mount google docs

    Is it possible to mount your google docs as a folder? That would be sweet.

    Either that or something that syncs your google docs files with local folders.

    I know there are plugins for openoffice that allow importing and exporting.. but that isn't quite the same.

    It would be pretty interesting if this could be done.

  2. #2
    Join Date
    Oct 2005
    Location
    Connecticut, USA
    Beans
    1,545
    Distro
    Ubuntu

    Re: mount google docs

    That would be really cool, might even be the idea behind the gDrive rumored.
    Friends don't let friends wear a red shirt on landing-party duty.
    DACS | Connecticut LoCo Team | My Blog
    Ubuntu User# : 17583, Linux User# : 477531

  3. #3
    Join Date
    Jul 2008
    Location
    Swe
    Beans
    25

    Re: mount google docs

    Have a look at google-docs-fs, http://code.google.com/p/google-docs-fs/
    I'll test when I get home from work. Looks promising.

  4. #4
    Join Date
    Oct 2005
    Location
    Connecticut, USA
    Beans
    1,545
    Distro
    Ubuntu

    Re: mount google docs

    Quote Originally Posted by arune View Post
    Have a look at google-docs-fs, http://code.google.com/p/google-docs-fs/
    I'll test when I get home from work. Looks promising.
    Oooohhh... tempting.
    Friends don't let friends wear a red shirt on landing-party duty.
    DACS | Connecticut LoCo Team | My Blog
    Ubuntu User# : 17583, Linux User# : 477531

  5. #5
    Join Date
    Oct 2005
    Location
    Connecticut, USA
    Beans
    1,545
    Distro
    Ubuntu

    Re: mount google docs

    Would if offer offline syncing, so the documents are cached on the local system until it can connect and sync with the upstream (on google's servers) version? That would be awesome!

    Waaaaaiiiiitt....

    So on a netbook, you could; Access email via IMAP with Evolution, Synch your Contacts, Sync Calendar with Google Calendar and Open Google Doc files using OpenOffice.

    So all you need to do is sync your Firefox bookmarks with Google Bookmarks and provide F-Spot with a means to access your Picasaweb account without having to store them locally and that would be the BALLS! That would be a true Netbook, where everything is on the web!
    Friends don't let friends wear a red shirt on landing-party duty.
    DACS | Connecticut LoCo Team | My Blog
    Ubuntu User# : 17583, Linux User# : 477531

  6. #6
    Join Date
    Oct 2005
    Location
    Connecticut, USA
    Beans
    1,545
    Distro
    Ubuntu

    Re: mount google docs

    Isn't installing for me. I got
    Code:
    sudo ./INSTALL.py
    mv: cannot stat `/usr/local/lib/python2.6/dist-packages/atom': No such file or directory
    mv: cannot stat `/usr/local/lib/python2.6/dist-packages/gdata': No such file or directory
    mv: cannot stat `/usr/local/lib/python2.6/dist-packages/gdata-1.3.3.egg-info': No such file or directory
    Installing google-docs-fs to: /usr/lib/python2.6/dist-packages/google-docs-fs
    I didn't find the required gdata-python-client but I did find gdata-python in the repository. I'm not sure if there is a difference. I'll have to check out the link.
    Friends don't let friends wear a red shirt on landing-party duty.
    DACS | Connecticut LoCo Team | My Blog
    Ubuntu User# : 17583, Linux User# : 477531

  7. #7
    Join Date
    Jul 2008
    Beans
    10

    Re: mount google docs

    The python client in the repository doesn't seem to work.

    You can download gdata-python-client from http://code.google.com/p/gdata-python-client/.

    The installer copies the files to /usr/local/lib/python2.6/ though. To use it under Ubuntu you can move the files to /usr/lib/python2.6/ or possibly change $PYTHONPATH (I haven't tried that though).


    I've just tried it, and I think it's by far too slow. It reminds me a bit in mount NFS over the internet. I think gdatacopier is a better alternative, just like scp works better over WAN than NFS.
    Last edited by life-on-mars; January 1st, 2010 at 01:50 PM. Reason: Additional Information

  8. #8
    Join Date
    Jul 2008
    Beans
    Hidden!

    Re: mount google docs

    Better installation instructions:


    Install dependencies:

    Code:
    sudo aptitude install python-fuse python-elementtree
    Karmic only has python-gdata 1.2.4-0ubuntu2 which is too old so get gdata 2.0.6 from here:

    http://code.google.com/p/gdata-python-client/

    and install that. Look for the README.txt and INSTALL.txt for info.

    Once the dependencies are satisfied:
    Code:
    sudo aptitude install subversion
    svn co http://google-docs-fs.googlecode.com/^Cn/trunk/ google-docs-fs
    and install that.

    Then "gmount /doc john.doe" will work without even needing sudo. Note that "/doc" has to be owned by your non-root account. Substitute your google docs account for "john.doe" (duh.)

    view mounted file system:
    Code:
    mount | grep gFile
    gFile.py on /doc type fuse.gFile.py (rw,nosuid,nodev,user=nutznboltz)

  9. #9
    Join Date
    May 2005
    Location
    Los Angeles, CA, USA
    Beans
    187
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: mount google docs

    Someone else has provided a PPA for it: https://edge.launchpad.net/~inverniz...google-docs-fs

  10. #10
    Join Date
    Aug 2006
    Beans
    5

    Re: mount google docs

    Hi,
    give google doc mount a try
    http://doctormo.org/2010/07/20/google-doc-mount/
    Cheers

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •