728x90
SMALL
Google Drive 생성 과정
1) Provider 선택
2) 옵션
필요한 입력값이 많다. 그걸 예시와 함께 정리했다.
옵션 이름 | 설명 | 선택 가능한 값 | 권장 값 |
client_id | Google Cloud Console에서 생성한 OAuth 2.0 클라이언트 ID | Google Cloud Console에서 생성한 클라이언트 ID | 생성한 클라이언트 ID (예: 12345.apps.googleusercontent.com) |
client_secret | Google Cloud Console에서 생성한 클라이언트 보안 비밀(Client Secret) | Google Cloud Console에서 생성한 클라이언트 보안 비밀 | 생성한 보안 비밀 (예: XyZ12345Secret) |
scope | Google Drive에서 사용할 권한 범위 | drive, drive.file, drive.readonly, https://www.googleapis.com/auth/drive |
drive |
service_ account_file |
서비스 계정 JSON 파일 경로 | JSON 파일 경로 (예: /path/to/service_account.json) 또는 공란 |
공란 (서비스 계정을 사용하지 않는 경우) |
alternate_ export |
더 이상 사용되지 않는 설정 (deprecated) |
true, false | false |
- 모두 default 로 하고 그냥 넘어가도 된다
3) 이름
4) 저장
LIST
'🔹RcloneView' 카테고리의 다른 글
[RcloneView] azureblob 생성 (0) | 2025.02.07 |
---|---|
[RCloneView] AWS S3 생성 방법 (0) | 2025.02.07 |
[RCloneView] AWS S3 x Google Drive 연동 (0) | 2025.02.05 |
RCLONEView 란? (0) | 2025.02.05 |
[Install] RCloneView 설치 방법 (0) | 2025.01.21 |