mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 11:35:21 +08:00
oauthutil: note that the same version is recommended for remote auth
This commit is contained in:
parent
3ecbd603ab
commit
4db742dc77
|
@ -391,7 +391,7 @@ func doConfig(id, name string, m configmap.Mapper, errorHandler func(*http.Reque
|
|||
}
|
||||
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("Execute the following on your machine:\n")
|
||||
fmt.Printf("Execute the following on your machine (same rclone version recommended) :\n")
|
||||
if changed {
|
||||
fmt.Printf("\trclone authorize %q %q %q\n", id, oauthConfig.ClientID, oauthConfig.ClientSecret)
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user