

For instance, how can you download a file from your Dropbox storage? To accomplish this task, you need only one component, HTTPConnector. Now that you have your access token, what can you do with it? Dropbox API documentation will be your guide. It doesn't expire and the only way of disabling it is by manual revocation. You don't have to worry about the token expiration. The recommended storage for your App key, App secret, and Access token is an external file with Secure parameters. The highlighted part in the response is the access token you'll use to authorize in every further request you send. , and are again supposed to be replaced by the real values. The graph below sends the following request: The code has very short period of expiration, so be sure to use it immediately. To get this code, visit the following URL where is supposed to be replaced by the App key you got in the previous step:Īllow access to your application and the authorization code appears. You'll need these two values in a request for OAuth access token.ĭropbox grants access tokens based on an authorization code. The most important information you'll get on the following screen is both the App key and App secret. From the given options, choose the ones below: The first thing you need to do is register a new Dropbox application. Get into it: Try the example while you read.ĭownload the Example: Dropbox and CloverDX Developers Console
