3

I want to sync my files on the Google Drive cloud and use them offline for free.

I have many types of files on Google Drive.

Eliah Kagan
  • 117,780
Vitor Abella
  • 7,537

2 Answers2

2

A very indirect alternative:

  1. Install google drive on a windows guest/virtual os (I used virtualbox).
  2. Install SyncToy to sync files between your Ubuntu system (shared folder) and google drive folder on windows system.

Viola. You just have to run SyncToy whenever you would like to sync your files on your Ubuntu filesystem with google drive.


UPDATE: I recently found that GoodSync is a good alternative to Microsoft's SyncToy.

0

https://github.com/prasmussen/gdrive

Command line. Works like a charm.

thalisk
  • 322
  • 2
  • 9
  • Hmm, this isnt working for me, says "Sign in with Google temporarily disabled for this app..This app has not been verified yet by Google in order to use Google Sign In." after I click on the generated auth link on CLI which opens in the browser. – alchemy Apr 18 '20 at 03:15
  • Still not working – Nagabhushan S N Nov 16 '22 at 04:36