You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-16 09:38:28 +02:00
1.3 KiB
Vendored
1.3 KiB
Vendored
id, sidebar_class_name, keywords
| id | sidebar_class_name | keywords | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Dropbox | Dropbox |
|
<img src={require('../../static/img/APIs/Dropbox.png').default} width='64px' />
Dropbox
import LibraryIntro from '@site/src/components/LibraryIntro';
This section covers the library for working with Dropbox API in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
Getting Started
- Log into your account on the Dropbox Developers website
- Navigate to the App Console
- Click Create app
- Enter a name for the new application and select Full Dropbox
- After creation, on the application page click Scoped app and select the permissions required for your tasks. Save the AppKey and AppSecret
- Obtain an authorization link using the
GetAuthorizationLinkfunction and navigate to it in your browser - Pass the obtained code, AppKey, and AppSecret to the
GetTokenfunction - Save the obtained access_token and refresh_token
The access_token has a limited lifetime. Upon expiration, it can be refreshed using the RefreshToken function