mirror of
https://github.com/rclone/rclone.git
synced 2025-01-22 14:19:56 +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)
|
log.Fatalf("Failed to configure root directory: %v", err)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Options: []fs.Option{{
|
Options: append(oauthutil.SharedOptions, []fs.Option{{
|
||||||
Name: "region",
|
Name: "region",
|
||||||
Help: "Zoho region to connect to. You'll have to use the region you organization is registered in.",
|
Help: "Zoho region to connect to. You'll have to use the region you organization is registered in.",
|
||||||
Examples: []fs.OptionExample{{
|
Examples: []fs.OptionExample{{
|
||||||
@ -123,7 +123,7 @@ func init() {
|
|||||||
encoder.EncodeCtl |
|
encoder.EncodeCtl |
|
||||||
encoder.EncodeDel |
|
encoder.EncodeDel |
|
||||||
encoder.EncodeInvalidUtf8),
|
encoder.EncodeInvalidUtf8),
|
||||||
}},
|
}}...),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user