跳轉至

Google Workspace

Google 驗證需要預設網頁瀏覽器。

raidrivecli add googleworkspace

若不指定選項執行指令,會掛載 My Drive。可以使用 --subtype <mydrive|sharedwithme|shareddrives> 選項改為選擇 Shared with me 或 Shared drives。

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

若未指定掛載目錄,會掛載到 /mnt 下的目錄,例如 /mnt/googleworkspace。若要指定掛載目錄,請使用 --mount-path 選項。

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

您可以使用從瀏覽器複製的網址掛載 Google Workspace 的雲端硬碟。這在掛載 Computers 等特殊資料夾時特別有用。

raidrivecli add googleworkspace --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

另請參閱