forked from TrueCloudLab/rclone
zoho: fix custom client id's
This commit is contained in:
parent
1b92e4636e
commit
333faa6c68
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ func init() {
|
|||
log.Fatalf("Failed to configure root directory: %v", err)
|
||||
}
|
||||
},
|
||||
Options: []fs.Option{{
|
||||
Options: append(oauthutil.SharedOptions, []fs.Option{{
|
||||
Name: "region",
|
||||
Help: "Zoho region to connect to. You'll have to use the region you organization is registered in.",
|
||||
Examples: []fs.OptionExample{{
|
||||
|
@ -123,7 +123,7 @@ func init() {
|
|||
encoder.EncodeCtl |
|
||||
encoder.EncodeDel |
|
||||
encoder.EncodeInvalidUtf8),
|
||||
}},
|
||||
}}...),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue