1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: fix incorrect token type for yandex

https://forum.rclone.org/t/yandex-documentation/24445/2
This commit is contained in:
Reid Buzby
2021-06-09 04:04:55 -07:00
committed by GitHub
parent 9d87a5192d
commit 5104e24153

View File

@@ -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