Google Drive

A default web browser is required for Google authentication.

raidrivecli add googledrive

If you execute command without options, it will mount My Drive. Shared with me can be choosed with the --subtype <mydrive|sharedwithme> option.

raidrivecli add googledrive --subtype sharedwithme

If a mount directory is not specified, it will be mounted to a directory such as /mnt/googledrive under /mnt. To specify the mount directory, use the --mount-path option.

raidrivecli add googledrive --mount-path /myservices/googledrive

You can mount Google 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>        My Drive,
                                        Shared with me [default: mydrive]

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

SEE ALSO