사용자 도구

사이트 도구


linux:googledrive

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:googledrive [2015/10/10 16:23]
kwon37xi [Grive : Update 중단. 이제 작동안함.]
linux:googledrive [2023/07/06 18:09] (현재)
kwon37xi
줄 1: 줄 1:
 ====== Google Drive for Linux ====== ====== Google Drive for Linux ======
   * [[https://www.maketecheasier.com/google-drive-clients-linux/|4 Unofficial Google Drive Clients for Linux - Make Tech Easier]]   * [[https://www.maketecheasier.com/google-drive-clients-linux/|4 Unofficial Google Drive Clients for Linux - Make Tech Easier]]
 +  * [[https://www.ubuntupit.com/top-12-best-google-drive-linux-client-software/|Top 12 Best Google Drive Linux Client Software | UbuntuPIT]]
 +  * [[https://www.maketecheasier.com/google-drive-clients-linux/|A Complete List of Google Drive Clients for Linux - Make Tech Easier]]
 +  * 2019 현재 grive2 가 제일 간편했음.
 +  * 2019 11월 현재, Google 이 Google Drive API 에 제약을 가해서 써드파티 동기화 클라이언트를 모두 막아버린 듯함.
 +  * [[linux:grive2|grive2]]
 +  * [[filecloud:gdrive|gdrive]]
 +  * [[filecloud:rclone|rclone]]
  
-===== overGrive ===== +===== KDE ===== 
-  * [[https://www.thefanclub.co.za/overgrive|overGrive]]+  * [[linux:kde|KDE]]에서는 [[https://community.kde.org/KIO_GDrive|KIO GDrive]] 로 Dolphin 파일 탐색기와 함께 연동 가능함.
  
-===== Grive2 ===== +===== Gnome ===== 
-  * 신규 Google Drive API에 맞춰 개발된 버전+  * [[linux:gnome|Gnome]] 서는 파일 탐색기에서 기본으로 지원함
-  * https://github.com/vitalif/grive2 + 
-  * [[http://dothisbest.com/how-to/install-google-drive-grive2-on-ubuntu/|How to install Google Drive Grive2 on Ubuntu]] +===== google-drive-ocamlfuse  ===== 
-  * [[http://www.webupd8.org/2015/05/grive2-grive-fork-with-google-drive.html|Grive2: Grive Fork With Google Drive REST API And Partial Sync Support [PPA] ~ Web Upd8Ubuntu Linux blog]] +  * [[https://github.com/astrada/google-drive-ocamlfuse|astrada/google-drive-ocamlfuse: FUSE filesystem over Google Drive]] 
-  * PPA 설치<code sh> +  * Google Drive 를 fuse 로 마운트 할 수 있다. 
-sudo add-apt-repository ppa:nilarimogard/webupd8 + 
-sudo apt-get update +===== GoSync ===== 
-sudo apt-get install grive +  * https://github.com/hschauhan/gosync 
-</code> +  * Python 으로 만들어진, Google Drive Sync GUI 
-  * 신규 동기화<code sh> + 
-mkdir SyncDir # 신규 동기화 디렉토리 생성 +===== VGrive ===== 
-cd SyncDir +  * https://github.com/bcedu/VGrive 
-grive -a # 신규 동기화 시작 + 
-</code> +===== cloudcross ===== 
-  * 일단 디렉토리 동기화를 한 번 지정하면 해당 디렉토리에 인증 정보가 저장되어 ''grive'' 명령만으로 동기화를 수행한다+  * https://github.com/MasterSoft24/CloudCross 
-  * 화<code sh> + 
-# 동기화 대상 디렉토리에서 +===== Tux Drive ===== 
-cd SyncDir +  * https://prahladyeri.github.io/tuxdrive
-grive+  * Console based Google Drive manager 
 + 
 +===== ODrive ===== 
 +  * https://liberodark.github.io/ODrive/ : 2019 현재 버그가 많았음
 +  * Electron 반의 Google Drive sync 
 +  * [[https://www.omgubuntu.co.uk/2019/02/odrive-google-drive-linux-client|ODrive is a No-Frills Google Drive Client for Linux - OMG! Ubuntu!]] 
 + 
 +===== Grive Indicator ===== 
 +  * https://github.com/LyzardKing/grive-indicator 
 +  * grive2 에 대한 indicator UI 
  
-# 혹은 
-grive -p /path/to/SyncDir 
-</code> 
-  * Options 
-    * ''-V'' : verbose 
-    * ''-l [/path/to/logfile.log]'' : 로깅 
-    * ''-a'' : 신규 동기화 인증 
-    * ''-p [/path/to/sync]'' : 동기화할 디렉토리 지정. 
 ===== Grive Tools ===== ===== Grive Tools =====
   * [[https://launchpad.net/~thefanclub/+archive/ubuntu/grive-tools|Grive tools PPA]] : Grive 관련 GUI 도구들   * [[https://launchpad.net/~thefanclub/+archive/ubuntu/grive-tools|Grive tools PPA]] : Grive 관련 GUI 도구들
줄 43: 줄 51:
 ===== Grive : Update 중단. 이제 작동안함. ===== ===== Grive : Update 중단. 이제 작동안함. =====
   * [[http://www.unixmen.com/grive-unofficial-open-source-linux-client-google-drive/|Grive unofficial open source linux client google drive]]   * [[http://www.unixmen.com/grive-unofficial-open-source-linux-client-google-drive/|Grive unofficial open source linux client google drive]]
-    * [[http://www.lbreda.com/grive/start|Grive docs]] 
-  * Grive는 특정 디렉토리에서 실행하면 해당 디렉토리를 항상 Google Docs와 동기화 한다.<code sh> 
-# 최초 실행시 인증 키를 받음 
-mkdir GoogleDrive 
-cd GoogleDrive 
-grive -a 
- 
-# 해당 디렉토리에서 grive를 실행하면 동기화가 된다. 
-cd GoogleDrive 
-grive 
-</code> 
-  * 지속적 동기화<code sh> 
-# /home/myhome/GoogleDrive 디렉토리를 15분마다 동기화하고 로그를 /tmp/grivesync.log로 남긴다. 
-*/15 * * * * /usr/bin/grive -p '/home/myhome/GoogleDrive' -V -l /tmp/grivesync.log 
-</code> 
- 
  
 ===== Drive ===== ===== Drive =====
   * [[https://github.com/odeke-em/drive|Drive]] go 언어로 만들어진 클라이언트   * [[https://github.com/odeke-em/drive|Drive]] go 언어로 만들어진 클라이언트
 +  * [[https://github.com/odeke-em/drive/blob/master/platform_packages.md|Platform Specific Installation Methods]]
 +  * binary 다운로드 가능.
   * PPA로 설치가능<code sh>   * PPA로 설치가능<code sh>
 sudo add-apt-repository ppa:twodopeshaggy/drive sudo add-apt-repository ppa:twodopeshaggy/drive
줄 67: 줄 61:
 sudo apt-get install drive sudo apt-get install drive
 </code> </code>
 +
 +===== gdrive-downloader =====
 +  * https://github.com/Akianonymus/gdrive-downloader
 +
 +===== overGrive =====
 +  * [[https://www.thefanclub.co.za/overgrive|overGrive]] 상용.
 +
 +===== ExpanDrive =====
 +  * https://www.expandrive.com 상용
 +
 +
 +===== gdrive-webdav =====
 +  * https://github.com/mikea/gdrive-webdav
  
 ===== API ===== ===== API =====
   * [[https://developers.google.com/drive/web/|Google Drive Web API]]   * [[https://developers.google.com/drive/web/|Google Drive Web API]]
 +
 +===== 참조 =====
 +  * [[https://www.ubuntupit.com/top-12-best-google-drive-linux-client-software/#comments|Top 12 Best Google Drive Linux Client Software in 2020 | UbuntuPIT]]
  
linux/googledrive.1444463600.txt.gz · 마지막으로 수정됨: 2015/10/10 16:23 저자 kwon37xi