Drive is a tiny program to pull or push Google Drive files Homepage
user@ubuntu:~$ sudo apt-get install golang git mercurial
user@ubuntu:~$ cat << ! >> ~/.bashrc
> export GOPATH=\$HOME/gopath
> export PATH=\$GOPATH:\$GOPATH/bin:\$PATH
> !
user@ubuntu:~$ source ~/.bashrc
user@ubuntu:~$
How to access your Google Drive account from Linux command line using Gdrive