66

I am using Ubuntu 14.04, I tried to search for Google Drive on Ubuntu Software Center, but couldnot find it. Searched for answers in Askubuntu but all I found was ways to install Google Drive on Ubuntu 12.04 which didn't worked for me.

Can anyone please give me some ideas?


Update: Don't know why they marked it as duplicate entry, as the link mentioned in question gives answer for Ubuntu 12.04, which as I see is two different things.

2 Answers2

69

Updated 9/15/2015 Due to Google's changing API you might be having problem during installation of Grive. So the site I was referencing have also changed their tutorial for installing Grive2.

You can find new tutorial on this new link: How to install Google Drive Grive2 on Ubuntu

To install Grive2 in Ubuntu, Linux Mint and derivatives by using the main WebUpd8 PPA, use the following commands:

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install grive

Yes, It is true that there isn't a native google drive client for linux yet, so you couldn't get app on Software Center. And ways to install in 12.04 and 14.04 are somewhat different.

Old outdated reference Tutorial How to install Google Drive on Ubuntu 14.04

  • 7
    I get this error :( grive-tools : Depends: grive (>= 0.3) but it is not going to be installed – Dumbo Jul 07 '15 at 11:13
  • 2
    @Saeid87 Follow the instructions here http://www.webupd8.org/2012/05/grive-open-source-google-drive-client.html to get the later version of grive, then run the above commands. – armadadrive Sep 14 '15 at 13:30
  • I had to do apt-get install -f to get it working, but its working now Thanks! – FreeSoftwareServers Feb 06 '18 at 02:01
10

There is no official client of Google Drive for Linux based OSes, you can use grive/grive-tools though.

sudo add-apt-repository ppa:thefanclub/grive-tools
sudo apt-get update
sudo apt-get install grive-tools

Then search for grive in the dash and follow the installers instructions.

Pabi
  • 7,401
  • 3
  • 40
  • 49
  • I get the following error - Sign in with Google temporarily disabled for this app. This app has not been verified yet by Google in order to use Google Sign In. – Sanaulla Jan 22 '20 at 09:30