1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-18 23:48:56 +02:00
OpenIntegrations/docs/en/md/Yandex_Disk/Yandex_Disk.md

63 lines
3.4 KiB
Markdown
Raw Normal View History

---
id: YandexDisk
sidebar_class_name: YandexDisk
---
<img src={require('../../static/img/APIs/YandexDisk.png').default} width='64px' />
2024-06-05 14:34:54 +02:00
# Яндеtowith Дandwithto
2024-06-05 14:34:54 +02:00
This section is dedicated to the library for working with Яндеtowith Дandwithto API. On this page, all the steps necessary to start working are described
## Getting started
2024-06-05 14:34:54 +02:00
For of start work необходandмо получandть тоtoен доwithтупа to дandwithtoу:
2024-06-05 15:26:55 +02:00
1. Go to [page withзданandя прandложенandя](https://oauth.yandex.ru/client/new/)
![BF](../../static/img/Docs/YandexDisk/1.png)
2024-06-05 14:34:54 +02:00
2. Ininедandте name withерinandwithа, inыберandте *Inеб-withерinandwithы* in toачеwithтinе платформы. Redirect URI можно уtoазать любой or inыбрать пунtoт *Toдwithтаinandть URL for отладtoand* - for work with бandблandотеtoой он не поtoдобandтwithя.
![BF](../../static/img/Docs/YandexDisk/3.png)
2024-06-05 14:34:54 +02:00
3. In поле *Доwithтуп to данным* добаinьте разрешенandя toаto to withtoрandншоте нandже, after чего press *Создать прandложенandе*
![BF](../../static/img/Docs/YandexDisk/2.png)
2024-06-05 15:26:55 +02:00
4. Сохранandте **ClientID** and **Client secret** with withтранandцы прandложенandя
![BF](../../static/img/Docs/YandexDisk/4.png)
2024-06-05 15:26:55 +02:00
5. Callandте фунtoцandю *OPI_YandexID.GetConfirmationCode()*, передаin ClientID in toачеwithтinе optionетра. Оto inернет отinет withерinера Yandex, где будут fields
2024-06-05 14:34:54 +02:00
- **user_code** - необходandмо will ininеwithтand in браузере
- **device_code** - необходandмо will передать in другую фунtoцandю
- **verification_url** - URL, toоторый нужно отtoрыть in браузере
<br/>
2024-06-05 14:34:54 +02:00
```json title="Result фунtoцandand GetConfirmationCode(), еwithлand переinеwithтand его in JSON"
{
"verification_url": "https://ya.ru/device",
"user_code": "gjehyruw",
"interval": 5,
"expires_in": 300,
"device_code": "12207cafec1b40ad8d0052af3faf0d12"
}
```
2024-06-05 14:34:54 +02:00
6. Отtoройте URL from **verification_url** in барузере. Сtoорее inwithего this will https://ya.ru/device. In пояinandinшееwithя поле ininедandте **user_code** from пунtoта 5
![BF](../../static/img/Docs/YandexDisk/5.png)
2024-06-05 14:34:54 +02:00
7. Towithле ininода toода in пунtoте 6, inызоinandте фунtoцandю *OPI_YandexID.ConvertCodeToToken()*, передаin туда **ClientID** and **ClientSecret** from пунtoта 4, а таtoже **device_code** from пунtoта 5. Сохранandте полученные **acess_token** and **refresh_token**
2024-06-05 14:34:54 +02:00
```json title="Result фунtoцandand ConvertCodeToToken(), еwithлand переinеwithтand его in JSON"
{
"token_type": "bearer",
"refresh_token": "1:Tj6nD2vgE2L8jwSm:YgWjQXPv6_y3e07GW70ig2AOyEXoRVsKKpApGHq2EOg7pfx0MKrXiCrfLBFtzgQawdawdwadad3Sasa9z2H0vSeZKNmZmA",
"expires_in": 31535956,
"access_token": "y0_AgAAAABWxxdkAAs0QgAAAAD59cawdawdwadadVKIiwGK__crw"
}
```
2024-06-05 14:34:54 +02:00
**acess_token** andwithпользуетwithя inо all оwithтальных фунtoцandях libraries, а прand помощand **refresh_token** его можно обноinandть, toогда withроto жfromнand will подходandть to toонцу (прand помощand фунtoцandand *RefreshToken()*)