mirror of
https://github.com/rclone/rclone.git
synced 2025-12-10 21:33:27 +00:00
Allow user to override credentials again in drive, gcs and acd - fixes #139
This commit is contained in:
@@ -65,10 +65,10 @@ func init() {
|
||||
}
|
||||
},
|
||||
Options: []fs.Option{{
|
||||
Name: "client_id",
|
||||
Name: oauthutil.ConfigClientID,
|
||||
Help: "Google Application Client Id - leave blank to use rclone's.",
|
||||
}, {
|
||||
Name: "client_secret",
|
||||
Name: oauthutil.ConfigClientSecret,
|
||||
Help: "Google Application Client Secret - leave blank to use rclone's.",
|
||||
}, {
|
||||
Name: "project_number",
|
||||
|
||||
Reference in New Issue
Block a user