Google Drive Client Debian 9 - Initial Setup
-
Authenticate google-drive-ocamlfuse with your Google account
By simply running:google-drive-ocamlfuse
And then following the Instructions on Browser:
-
Create a New Directory
Where you want the Google Drive to be mounted:mkdir ~/gdrive
This create a new gdrive directory in your home directory.
-
Check if Tool is in the Path.
which google-drive-ocamlfuse
If not then:
echo "export PATH=/home/[MYUSER]/.opam/system/bin:$PATH" >> ~/.bashrc
Then to refresh the Path:
bash
Contents