Skip to content

Instantly share code, notes, and snippets.

@rios0rios0
Created January 9, 2019 13:43
Show Gist options
  • Save rios0rios0/4730b9050870239ab2596697b39edaf0 to your computer and use it in GitHub Desktop.
Save rios0rios0/4730b9050870239ab2596697b39edaf0 to your computer and use it in GitHub Desktop.
.sh - GDrive and grive-tools for use non-official Google Drive on Ubuntu 16.04

Try:

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

Or:

sudo dpkg -i grive_0.5.1-1+git20180819_webupd8_xenial0_amd64.deb
sudo dpkg -i grive-tools_1.15.deb
sudo apt-get -f install
sudo apt-get install python-gi
Before:
sudo vi /opt/thefanclub/grive-tools/grive-indicator

and modify (line 886):

os.path.join(userHome,googleDrive)

to

os.path.join(<your>,<url>,*)

for init with system add /opt/thefanclub/grive-tools/grive-indicator in apps session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment