mirror of
https://github.com/rclone/rclone.git
synced 2025-01-22 06:09:21 +01:00
zoho: fix custom client id's
This commit is contained in:
parent
1b92e4636e
commit
333faa6c68
@ -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 New Issue
Block a user