forked from TrueCloudLab/rclone
oauthutil: note that the same version is recommended for remote auth
This commit is contained in:
parent
3ecbd603ab
commit
4db742dc77
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ func doConfig(id, name string, m configmap.Mapper, errorHandler func(*http.Reque
|
||||||
}
|
}
|
||||||
if !isLocal() {
|
if !isLocal() {
|
||||||
fmt.Printf("For this to work, you will need rclone available on a machine that has a web browser available.\n")
|
fmt.Printf("For this to work, you will need rclone available on a machine that has a web browser available.\n")
|
||||||
fmt.Printf("Execute the following on your machine:\n")
|
fmt.Printf("Execute the following on your machine (same rclone version recommended) :\n")
|
||||||
if changed {
|
if changed {
|
||||||
fmt.Printf("\trclone authorize %q %q %q\n", id, oauthConfig.ClientID, oauthConfig.ClientSecret)
|
fmt.Printf("\trclone authorize %q %q %q\n", id, oauthConfig.ClientID, oauthConfig.ClientSecret)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue