Google Drive API 사용법

2024. 3. 17. 21:24카테고리 없음

account 등록

# 등록
gdrive account add
------------------------
Client ID:
Client secret:
------------------------

# 조회
gdrive account list

# export/import
gdrive account export {account 이름}
gdrive account import {export 파일}

디렉토리 목록 조회

# 목록 조회
gdrive files list

# 특정 디렉토리 목록 조회
gdrive files list --parent {directory ID}

파일 업로드

gdrive files upload --parent {remote director ID} {local 파일 또는 디렉토리}