Access Google Drive Reliably in Ubuntu
This is a faster method than Ubuntu online accounts by mounting with google-drive-ocamlfuse.
Setup
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt install google-drive-ocamlfuse
mkdir ~/google-drive
google-drive-ocamlfuse ~/google-drive
Add to startup:
google-drive-ocamlfuse ~/google-drive
Now the folder opens faster from file manager.