# Configuring the Dropbox account

## **How to get an access token** <a href="#h_2db91903cc" id="h_2db91903cc"></a>

Authentication in Dropbox is via an access token.\
Complete the following steps to obtain an access token that can be used on the Dropbox Connector:

### Create app

1. Go to <https://www.dropbox.com/developers/apps>.
2. Click on **Create app;**

![](https://content.gitbook.com/content/boT4qPJIk6PZotrxlJWL/blobs/8pEAICS0DVikBWijipSn/01.png)

3. Choose one of the API types;
4. Then one of the access types;
5. And last, the name of your app;
6. Then click **Create app** to finish this step.

![](https://content.gitbook.com/content/boT4qPJIk6PZotrxlJWL/blobs/zs3G3OHdzjvwN00aGMK1/02.png)

### Generate token

1. After clicking **Create App**, you will be redirected to the settings page of your new app, as shown in the image below:

![](https://content.gitbook.com/content/boT4qPJIk6PZotrxlJWL/blobs/uxui2naNKGDyKeT8KuKT/03.png)

2. Then click **Generate** in the **OAuth 2** section. This will give you your access token:

![](https://content.gitbook.com/content/boT4qPJIk6PZotrxlJWL/blobs/n3OS4IjzS5z1N1KvRV6V/04.png)

3. Your access token has been generated.

![](https://content.gitbook.com/content/boT4qPJIk6PZotrxlJWL/blobs/bP13MpIU99diLcssb7sN/05.png)

### Creating an Account

Now we need to create an Account on the platform of the type **oauth-bearer** and insert the generated access token, as follow:

![](https://content.gitbook.com/content/boT4qPJIk6PZotrxlJWL/blobs/nybANnyTPQsIaeoZWF3e/06.png)

Finally, we have our access token configured and our Account created, ready to be used on the Dropbox Connector:

![](https://content.gitbook.com/content/boT4qPJIk6PZotrxlJWL/blobs/Tiw5SA7jFfOk2VvJgcCB/07.png)
