Google Driver for Linux
Purpose
To share directory between windows and linux enviroment with Google Driver. The most important reason to choose google driver is the compabiltiy of driver client span OS, such as Linux, Windows, macOS, iOS and Android.
Top 12 Best Google Drive Linux Client Software
- GUI Tools: Insync
- Command Line Tools: grive2, google-drive-ocamlfuse
Grive2 Install Steps
For CentOS 7.4
- # yum -y groupinstall “Development Tools”
- # yum -y install git cmake libgcrypt-devel yajl yajl-devel boost boost-devel curl curl-devel expat-devel cppunit-devel binutils-devel pkgconfig zlib-devel
For Ubuntu 16.04
- # sudo apt-get update; sudo apt-get upgrade; sudo apt-get install build-essential
- # sudo apt-get install git cmake build-essential libgcrypt11-dev libyajl-dev libboost-all-dev libcurl4-openssl-dev libexpat1-dev libcppunit-dev binutils-dev debhelper zlib1g-dev dpkg-dev pkg-config
The Next Steps, grive2 wiki, or the grive2 github