Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'd like to install a Google Drive client for Xubuntu (12.04).

I'm getting non-English Google results, and I didn't find grive in the Xubuntu repositories.

Does anyone know of a client that works well for Ubuntu or it's supported derivates (or installation instructions for grive?)

share|improve this question
If you aren't set on Google drive try Media Fire Express. – Goddard Aug 22 '12 at 10:21
1  
I'd recommend sticking with grive, since it's free in RMS-kind-of-way. – aL3xa Oct 19 '12 at 14:41
try insynchq.com this works fantastic on Ubuntu. – will Apr 19 at 11:45

7 Answers

Unfortunately, Not with an official client. An unofficial driver exists online.

Note that there is no 12.04 PPA. I've contacted the maintainer asking for one to be made.

There is currently no official Linux client supported by Google.

For Linux

Google Drive isn't currently available for the Linux operating system. Linux users can still access Google Drive on the web – drive.google.com New Window or through the Google Drive mobile app.

Refer to http://support.google.com/drive/bin/answer.py?hl=en&answer=2375082

There is an unofficial Gdrive FS in a PPA:

  1. execute sudo add-apt-repository ppa:invernizzi/google-docs-fs to add the PPA.

  2. once the command finishes, run sudo apt-get update && sudo apt-get install google-docs-fs to install GdriveFS. Please be patient as this step may take a while.

  3. Create a folder within your home folder called "Drive".

  4. Execute: gmount Drive username@gmail.com, replacing your username as necessary, to mount your Google Drive. This must be run in a terminal. Test show that this application works fine, and is filemanager-independent, being an FS driver.

share|improve this answer
OK, gotcha, but then give him the instructions to build grive from git then, man! (upvote given in anticipation of compliance :P) – izx Jul 8 '12 at 19:28
@izx I couldn't find Git instructions, but did find a modified Google Docs FS that supports Drive. If you can point out the location of the instructions for Git, I would be happy to add them with credit. – ObsessiveSSOℲ Jul 8 '12 at 19:35
2  
Seems that PPA is offline or something. I cut & pasted your command-line comments in to a terminal and I'm getting 404s for that one PPA. :( – Doc Oct 11 '12 at 19:19
3  
It doesn't seem to work on 12.04 right now... – ObsessiveSSOℲ Oct 11 '12 at 20:58
up vote 25 down vote accepted

Apparently grive exists on a ppa - I installed it and it works reasonably well. This is preferable in my opinion over the google-docs-fs solution, since that doesn't put your files permanently on your drive, and grive does. Also, grive isn't a commercial venture like InSync - which is described as "free during beta".

The PPA for grive can be found on webupd8's site using these instructions:

http://www.webupd8.org/2012/05/grive-open-source-google-drive-client.html

One limitation that the current version of grive has is that it doesn't automatically sync your drive directory. But I found this blog post describing a script to fix this and make grive sync whenever a file in the drive directory is changed.

(This answer is originally based on @uri's comment, which has since disappeared)

share|improve this answer
This seems to have worked nicely for me. +1 Thanks! – Doc Oct 11 '12 at 19:25
4  
There's a new article on webupd8 now with updated information about grive. – Eyal Oct 15 '12 at 13:33
Actually, I've found grive and various others don't correctly handle deletion cases. :'( – Doc Nov 15 '12 at 20:35
Didnt work for me:Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 125, in <module> ppa_info = get_ppa_info_from_lp(user, ppa_name) File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 84, in get_ppa_info_from_lp curl.perform() pycurl.error: (6, "Couldn't resolve host 'launchpad.net'") – zulu34sx Mar 20 at 12:18

OmgUbuntu posted an article about Google Drive and Ubuntu recently.

InSync

Note: this app is still in beta.

  • Download the Insync.tar.gz

  • Extract to your Home folder

  • Open a new terminal and navigate into the extracted Insync folder using the ‘cd’ command (e.g. cd insync/)

  • Run: sudo ./insync-installer Follow any on-screen prompts After installing there are a few other things to note:

After installation

  • Insync must be started from the Terminal by running insync
  • The app doesn’t auto-start by default, and there is no in-app way to enable this

google-docs-fs

This app mounts your drive so you can thread it like a file system. Instructions come from OmgUbuntu.

  • sudo add-apt-repository ppa:invernizzi/google-docs-fs
  • sudo apt-get update && sudo apt-get install google-docs-fs

Once everything that’s needed has been installed log out and back in.

  • Open Nautilus
  • Create a new folder in your Home folder titled ‘Drive’
  • Open a Terminal and run: -
  • gmount Drive username@gmail.com
  • Input your password

Your Google Drive is now mounted in the ‘Drive’ folder

share|improve this answer
But i think Insync doesn't provide an option to do a selective sync. It syncs all the files in my Google Drive. – devav2 Aug 22 '12 at 8:39
1  
Not yet, but their working on it. See insynchq.com – OrangeTux Aug 22 '12 at 8:41
The second solution doesn't work on 12.04: W: Failed to fetch ppa.launchpad.net/invernizzi/google-docs-fs/ubuntu/dists/… 404 Not Found – Reinier Post Oct 8 '12 at 19:15
insync works just fine. downloaded installer and started app. nice ty. – zulu34sx Mar 20 at 13:56

The official Google Drive app for linux is not yet released. But there are third party options. InSync is a really good option.

Download the Insync.tar.gz from

http://s.insynchq.com/builds/insync-linux-beta1-py27.tar.bz2
Extract to your Home folder
Open a new terminal and navigate into the extracted Insync folder using the ‘cd’ command (e.g. cd insync/)
Run: sudo ./insync-installer
Follow any on-screen prompts

After installing there are a few other things to note:

Insync must be started from the Terminal by running ‘insync’
The app doesn’t auto-start by default, and there is no in-app way to enable this

Source : OMG!UBUNTU!

share|improve this answer

Insync repository is available for Ubuntu now.

Here is the steps to install Insync:

  1. Add the source to /etc/apt/sources.list file (Sample line: deb http://apt.insynchq.com/[DISTRIBUTION] [CODENAME] non-free)

    To add the line directly to sources.list file do the following:

    echo "deb http://apt.insynchq.com/ubuntu $(lsb_release -cs) non-free" | sudo tee /etc/apt/sources.list.d/insync.list

  2. Import the key

    wget -O - https://d2t3ff60b2tol4.cloudfront.net/services@insynchq.com.gpg.key \ | sudo apt-key add -

    sudo apt-get update

  3. Install Insync

    sudo apt-get install insync-beta-ubuntu

Source: insynchq.com

share|improve this answer

You can use this unofficial client as there is no Official client available http://www.gotechtips.net/2012/12/how-to-use-google-drive-on-linux.html

share|improve this answer
3  
InSync is already posted as an alternative in the answer of @OrangeTux and others. Additionally, while this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – gertvdijk Dec 28 '12 at 13:35

This won't answer your question completely, but I'll post this anyway in case it helps you or other people.

Also, this answer is only going to be useful if you want the client for the sake of accessing your Documents offline.

If you use Google Chrome, you can get the Google Drive extensions which works offline once you activate it on your account. (There is an "Offline Docs" tab in your Google Docs' left side bar.)

You can get the extension here: https://chrome.google.com/webstore/detail/google-drive/apdfllckaahabafndbhieahigkjlhalf

I must say, it's rather limited. Documents is the only format that you can view and edit. You will be able to view your Spreadsheets, but not edit them. In my case, those limitations are okay since I mostly only use Documents.

More info: http://support.google.com/drive/bin/answer.py?hl=en&answer=1628467

share|improve this answer

protected by jokerdino May 11 at 18:10

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.