linux_wiki:google_drive_client_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:google_drive_client_ubuntu [2015/07/01 23:25]
billdozor [Google Drive Client]
linux_wiki:google_drive_client_ubuntu [2016/03/18 22:46]
billdozor [Google Drive Client]
Line 6: Line 6:
  
 **Checklist**  **Checklist** 
-  * Distros: Ubuntu based+  * Distro(s): Ubuntu/Mint
  
 ---- ----
Line 17: Line 17:
 sudo apt-get update sudo apt-get update
 sudo apt-get install grive sudo apt-get install grive
 +</code>
 +
 +----
 +
 +===== Configure Local Drive Folder =====
 +
 +Create local folder and get auth code
 +<code bash>
 +mkdir ~/googledrive
 +cd ~/googledrive
 +grive -a
 +</code>
 +  * Copy and paste the URL printed in the terminal to a web browser and give grive2 app permissions
 +
 +Sync all local google drive folder anytime
 +<code bash>
 +cd ~/googledrive
 +grive
 +</code>
 +
 +Sync a subfolder only
 +<code bash>
 +cd ~/googledrive/docs
 +grive -s
 </code> </code>
  
 ---- ----
  • linux_wiki/google_drive_client_ubuntu.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)