Google Workspace
A default web browser is required for Google authentication.
raidrivecli add googleworkspace
If you execute command without options, it will mount My Drive
. Shared with me
, Shared drives
can be choosed with the --subtype <mydrive|sharedwithme|shareddrivers>
option.
raidrivecli add googleworkspace --subtype sharedwithme
raidrivecli add googleworkspace --subtype shareddrives
If a mount directory is not specified, it will be mounted in a directory such as /mnt/googleworkspace
under /mnt
. To specify the mount directory, use the --mount-path
option.
raidrivecli add googleworkspace --mount-path /myservices/googleworkspace
You can mount Google Workspace Drive using the URL copied from your browser. It's especially useful for mounting a special folder like Computers
.
raidrivecli add googledrive --remote-url \
https://drive.google.com/drive/u/0/folders/...
ADDITIONAL OPTIONS
--subtype <mydrive|sharedwithme|shareddrives>
My Drive,
Shared with me,
Shared drives [default: mydrive]
--remote-url <url> folder URL in browser
SEE ALSO