Linux
install Google Drive on Linux Debian, Ubuntu, Linux Mint. (Graphical Interface GDrive)
Google Drive Ocamlfuse provides an easy and free way to access your Google Drive on Linux.
Commands:
Add repo:
sudo add-apt-repository ppa:alessandro-strada/ppa
Install the App:
sudo apt update && sudo apt install google-drive-ocamlfuse
Authorise access:
google-drive-ocamlfuse
Create a mount point:
mkdir ~/google-drive
Mount Google Drive:
google-drive-ocamlfuse ~/google-drive/
Add to Startup Applications:
google-drive-ocamlfuse “/home/user/googledrive”
[ad_2]
source