diff --git a/backend/jottacloud/jottacloud.go b/backend/jottacloud/jottacloud.go index a19b81f93..91b987a57 100644 --- a/backend/jottacloud/jottacloud.go +++ b/backend/jottacloud/jottacloud.go @@ -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() diff --git a/docs/content/jottacloud.md b/docs/content/jottacloud.md index 2b7b19b5d..f1c027326 100644 --- a/docs/content/jottacloud.md +++ b/docs/content/jottacloud.md @@ -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> Do you want to use a non standard device/mountpoint e.g. for accessing files uploaded using the official Jottacloud client?