mirror of
https://github.com/rclone/rclone.git
synced 2025-06-04 19:24:35 +08:00
jottacloud: add URL to generate Login Token to config wizard
This commit is contained in:
@ -105,6 +105,7 @@ func init() {
|
||||
clientConfig.UserAgent = "JottaCli 0.6.18626 windows-amd64"
|
||||
srv := rest.NewClient(fshttp.NewClient(&clientConfig))
|
||||
|
||||
fmt.Printf("Generate a personal login token here: https://www.jottacloud.com/web/secure\n")
|
||||
fmt.Printf("Login Token> ")
|
||||
loginToken := config.ReadLine()
|
||||
|
||||
|
Reference in New Issue
Block a user