Here are the steps to mount a Google Drive in Linux Mint, Ubuntu, and Ubuntu derivatives.
Add the repository PPA and install the application
$ sudo apt add-repository ppa:alessandro-strada/ppa
$ sudo apt update
$ sudo apt install google-drive-ocamlfuse
Establish permissions
$ google-drive-ocamlfuse
Make a mount-point directory
$ mkdir ~/Drive
Mount Google Drive at the mount-point
$ google-drive-ocamlfuse ~/Drive
6 / 2023