Ubuntu Ocamlfuse

# Install google-drive-ocamlfuse
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt-get update
sudo apt-get install google-drive-ocamlfuse

# Sign in to Google
google-drive-ocamlfuse

# Create Google Drive directory
mkdir ~/GoogleDrive

# Mount the filesystem
# (Replace [mountpoint] with the name of your desired folder)
google-drive-ocamlfuse [mountpoint]
Pahheb