docs: fix incorrect token type for yandex
https://forum.rclone.org/t/yandex-documentation/24445/2
This commit is contained in:
parent
9d87a5192d
commit
5104e24153
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Got code
|
||||||
[remote]
|
[remote]
|
||||||
client_id =
|
client_id =
|
||||||
client_secret =
|
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
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
|
|
Loading…
Reference in a new issue