mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-16 11:38:11 +02:00
1.3 KiB
1.3 KiB
id | sidebar_class_name |
---|---|
Dropbox | Dropbox |
<img src={require('../../static/img/APIs/Dropbox.png').default} width='64px' />
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
- Login to Dropbox Developers
- Go to App Console
- Click on 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 that are necessary to solve your problems. Save AppKey and AppSecret
- Get the authorization link using the GetAuthorizationLink() function and pass it in the browser
-
Pass the received code, AppKey and AppSecret to the function GetToken(), save the received access_token and refresh_token
-
After the access_token lifetime expires, it can be updated using the function RefreshToken()