Hensyr,
You can do this from your Terminal.
Courtesy of Jack Wallen:
https://www.techrepublic.com/article/ho ... ocamlfuse/Open a terminal and copy/paste or type:
- Code:
sudo add-apt-repository ppa:alessandro-strada/ppa
- Code:
sudo apt-get update
- Code:
sudo apt-get install google-drive-ocamlfuse
After installation is complete, type in:
- Code:
google-drive-ocamlfuse
When I tested this procedure on my machine, it opened the authentication in a new Waterfox Browser window. For you, it probably will use your browser in the same manner. After that, you can authenticate. You will then be told by your browser that tokens must be downloaded; so you can wait for that until the terminal window prompt returns and you can then mount google drive.
In your terminal, you can enter:
- Code:
mkdir ~/google-drive
This will create a "google drive folder" in your home directory. Really, you can name it something other than Google Drive if you want. "My-political-career-ruined" or "blackmail-photos" can work just as well.
Enter in terminal:
- Code:
google-drive-ocamlfuse ~/google-drive
Where "google-drive" is the name of the folder you created a moment ago. This mounts your google drive.
At this point, you should see your files populate that folder from Google Drive.
To unmount:
- Code:
fusermount -u ~/google-drive
Hope this helps