mirror of
https://github.com/rclone/rclone.git
synced 2025-02-21 07:05:53 +08:00
jottacloud: add URL to generate Login Token to config wizard
This commit is contained in:
parent
705e4694ed
commit
33c80bbb96
@ -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()
|
||||
|
||||
|
@ -42,6 +42,7 @@ n) No
|
||||
y/n> n
|
||||
Remote config
|
||||
|
||||
Generate a personal login token here: https://www.jottacloud.com/web/secure
|
||||
Login Token> <your token here>
|
||||
|
||||
Do you want to use a non standard device/mountpoint e.g. for accessing files uploaded using the official Jottacloud client?
|
||||
|
Loading…
x
Reference in New Issue
Block a user