1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-24 05:36:29 +02:00

Вводная страница Dropbox

This commit is contained in:
Anton Titovets 2024-06-07 11:07:37 +03:00
parent 1346d63d6e
commit a56a6e3368
6 changed files with 3210 additions and 3143 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -8,3 +8,33 @@ sidebar_class_name: Dropbox
# Dropbox
This section is dedicated to the library for working with Dropbox API. On this page, all the steps necessary to start working are described
## Getting started
1. Login to [Dropbox Developers](https://www.dropbox.com/developers)
![BF](../../static/img/Docs/Dropbox/1.png)
1. Go to **App Console**
![BF](../../static/img/Docs/Dropbox/2.png)
2. Click on **Create app**
![BF](../../static/img/Docs/Dropbox/3.png)
4. Enter a name for the new application and select **Full Dropbox**
![BF](../../static/img/Docs/Dropbox/4.png)
5. After creation, on the application page, click **Scoped app** and select the permissions that are necessary to solve your problems. Save **AppKey** and **AppSecret**
![BF](../../static/img/Docs/Dropbox/5.png)
6. Get the authorization link using the *GetAuthorizationLink()* function and pass it in the browser
![BF](../../static/img/Docs/Dropbox/6.png)
7. Pass the **received code**, **AppKey** and **AppSecret** to the function *GetToken()*, save the received **access_token** and **refresh_token**
8. After the access_token lifetime expires, it can be updated using the function *RefreshToken()*

View File

@ -8,3 +8,33 @@ sidebar_class_name: Dropbox
# Dropbox
Этот раздел посвящен библиотеке для работы с Dropbox API. На данной странице описаны все действия, необходимые для полноценного начала работы
## Начало работы
1. Войдите в свой аккаунт на сайте [Dropbox Developers](https://www.dropbox.com/developers)
![BF](../../static/img/Docs/Dropbox/1.png)
1. Перейдите к **App Console**
![BF](../../static/img/Docs/Dropbox/2.png)
2. Нажмите **Create app**
![BF](../../static/img/Docs/Dropbox/3.png)
4. Введите имя нового приложения и выберите **Full Dropbox**
![BF](../../static/img/Docs/Dropbox/4.png)
5. После создания, на странице приложения нажмите **Scoped app** и выберите разрешения, которые необходимы для решения ваших задач. Сохраните **AppKey** и **AppSecret**
![BF](../../static/img/Docs/Dropbox/5.png)
6. Получите ссылку авторизации при помощи функции *ПолучитьСсылкуАвторизации(Знач КлючПриложения)* и передите по ней в браузере
![BF](../../static/img/Docs/Dropbox/6.png)
7. Передайте **полученный код**, **AppKey** и **AppSecret** в функцию *ПолучитьТокен(Знач КлючПриложения, Знач СекретПриложения, Знач Код)*, сохраните полученные **access_token** и **refresh_token**
8. По истечении времени жизни access_token, его можно обновить при помощи функции *ОбновитьТокен(Знач КлючПриложения, Знач СекретПриложения, Знач РефрешТокен)*

File diff suppressed because it is too large Load Diff