lee-pai-long
1/20/2016 - 2:24 PM

install-google-drive-as-device_linux-mint-17-2.md

[LINUX MINT 17.2] Add Google Drive as device

Download and install google-drive-ocamlfuse

$ [sudo] add-apt-repository ppa:allessandro-strada/ppa && \
> [sudo] apt-get update && \
> [sudo] apt-get install google-drive-ocamlfuse

Add your user to the fuse group

$ [sudo] usermod -aG fuse $USER && \
> google-drive-ocamlfuse

You'll be redirected to google to allow the app to access to your account, once it's done you should be redirected to https://gd-ocaml-auth.appspot.com/success.html

Create a directory for your drive and mount it

$ mkdir ~/googledrive && \
> google-drive-ocamlfuse ~/googledrive

For permanently apply that add the last command as a startup command