drive: add a note that --drive-scope accepts comma-separated list of scopes
This commit is contained in:
parent
143df6f6d2
commit
4ac4597afb
2 changed files with 4 additions and 2 deletions
|
@ -252,7 +252,7 @@ func init() {
|
|||
},
|
||||
Options: append(driveOAuthOptions(), []fs.Option{{
|
||||
Name: "scope",
|
||||
Help: "Scope that rclone should use when requesting access from drive.",
|
||||
Help: "Comma separated list of scopes that rclone should use when requesting access from drive.",
|
||||
Examples: []fs.OptionExample{{
|
||||
Value: "drive",
|
||||
Help: "Full access all files, excluding Application Data Folder.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue