Dropbox
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