From 5104e2415369f7eee4dc73f313f279ab2b7b79a2 Mon Sep 17 00:00:00 2001 From: Reid Buzby Date: Wed, 9 Jun 2021 04:04:55 -0700 Subject: [PATCH] docs: fix incorrect token type for yandex https://forum.rclone.org/t/yandex-documentation/24445/2 --- docs/content/yandex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/yandex.md b/docs/content/yandex.md index 93ce64634..0904a8333 100644 --- a/docs/content/yandex.md +++ b/docs/content/yandex.md @@ -46,7 +46,7 @@ Got code [remote] client_id = client_secret = -token = {"access_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","token_type":"bearer","expiry":"2016-12-29T12:27:11.362788025Z"} +token = {"access_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","token_type":"OAuth","expiry":"2016-12-29T12:27:11.362788025Z"} -------------------- y) Yes this is OK e) Edit this remote