Google Workspace

Google 인증을 위해서는 기본 웹 브라우저가 필요합니다.

raidrivecli add googleworkspace

옵션 없이 명령을 실행하면 My Drive가 마운트됩니다. Shared with me, Shared drives--subtype <mydrive|sharedwithme|shareddrivers> 옵션으로 선택할 수 있습니다.

raidrivecli add googleworkspace --subtype sharedwithme
raidrivecli add googleworkspace --subtype shareddrives

마운트 디렉토리가 지정되지 않으면 /mnt 아래의 /mnt/googleworkspace와 같은 디렉토리에 마운트됩니다. 마운트 디렉토리를 지정하려면 --mount-path 옵션을 사용합니다.

raidrivecli add googleworkspace --mount-path /myservices/googleworkspace

브라우저에서 복사한 URL을 사용하여 Google Workspace Drive를 마운트할 수 있습니다. 특히 Computers와 같은 특수 폴더를 마운트하는 데 유용합니다.

raidrivecli add googledrive --remote-url \
                https://drive.google.com/drive/u/0/folders/...

추가 옵션

--subtype <mydrive|sharedwithme|shareddrives>
                                        My Drive,
                                        Shared with me,
                                        Shared drives [default: mydrive]

--remote-url <url>                      folder URL in browser

참조