Google Drive on Linux

Since insync went subscription there’s a new sheriff in town: it’s google-drive-ocaml. Here’s an article that tells, in detail, how to do what you need to do.
In summary:
First, install:
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt-get update
sudo apt-get install google-drive-ocamlfuse
Next, authenticate:
google-drive-ocamlfuse
Then map a drive, for example ~/gdrive
mkdir ~/gdrive
google-drive-ocamlfuse ~/gdrive
For more information, look at the wiki, here

Comments

Popular Posts