Skip to main content

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

BF

  1. Go to App Console

BF

  1. Click on Create app

BF

  1. Enter a name for the new application and select Full Dropbox

BF

  1. 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

  1. Get the authorization link using the GetAuthorizationLink() function and pass it in the browser

BF

  1. Pass the received code, AppKey and AppSecret to the function GetToken(), save the received access_token and refresh_token

  2. After the access_token lifetime expires, it can be updated using the function RefreshToken()