3

I was wondering if Ubuntu 16.04 has a Gdrive application? I would like to manage my G drive files in a better way.

muru
  • 197,895
  • 55
  • 485
  • 740
Elysium
  • 11,012

1 Answers1

1

InSync works like a charm, only it's 25$ a year. A couple of days ago it was 24h lifetime free licence. This may come again:

Download it here: https://www.insynchq.com/downloads

Install the deb. package.

To update your local file manager with Insync integration, use one of the following:

sudo apt-get update
sudo apt install insync-nautilus
sudo apt install insync-nemo
sudo apt install insync-caja
sudo apt install insync-thunar
sudo apt install insync-dolphin

If you are using Ubuntu 16.04 (64bit) and Insync doesn't start then run this command to fix it:

Terminal Commands:

sudo mv /usr/lib/insync/libfontconfig.so.1 /usr/lib/insync/libfontconfig.so.1.old
Mookey
  • 4,801