mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:14:42 +01:00
Recommendation for creating own client ID
This commit is contained in:
parent
12c8ee4b4b
commit
0bc0f62277
@ -186,10 +186,10 @@ func init() {
|
|||||||
},
|
},
|
||||||
Options: []fs.Option{{
|
Options: []fs.Option{{
|
||||||
Name: config.ConfigClientID,
|
Name: config.ConfigClientID,
|
||||||
Help: "Google Application Client Id\nLeave blank normally.",
|
Help: "Google Application Client Id\nSetting your own is recommended.\nSee https://rclone.org/drive/#making-your-own-client-id for how to create your own.\nIf you leave this blank, it will use an internal key which is low performance.",
|
||||||
}, {
|
}, {
|
||||||
Name: config.ConfigClientSecret,
|
Name: config.ConfigClientSecret,
|
||||||
Help: "Google Application Client Secret\nLeave blank normally.",
|
Help: "Google Application Client Secret\nSetting your own is recommended.",
|
||||||
}, {
|
}, {
|
||||||
Name: "scope",
|
Name: "scope",
|
||||||
Help: "Scope that rclone should use when requesting access from drive.",
|
Help: "Scope that rclone should use when requesting access from drive.",
|
||||||
|
Loading…
Reference in New Issue
Block a user