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()