Getting my File Manager to link to my Google Drive
There is actually a way to do this.
-
Run these commands:
sudo add-apt-repository ppa:alessandro-strada/ppa sudo apt-get update sudo apt-get install google-drive-ocamlfuse
- Configure the program by running
google-drive-ocamlfuse
. - Make a mount point in your home directory, called "gdrive":
mkdir ~/gdrive
. - Mount Drive:
google-drive-ocamlfuse ~/gdrive
.
Source:
http://www.webupd8.org/2013/09/mount-google-drive-in-linux-with-google.html