# Set up Dropbox Connector

To set up Dropbox Connector, proceed as follows:

* To go to the Connector module, select the Connector menu item under the Data Integration menu.
*

```
<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/dbconnmenu.png" alt=""><figcaption></figcaption></figure>
```

* In the Data Integration module click the \[+ Connector] button.

<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/dbaddconn.png" alt=""><figcaption></figcaption></figure>

* Enter Connector name and optionally provide a description.

<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/dbmytestdbname.png" alt=""><figcaption></figcaption></figure>

* Select Dropbox in Connector settings.

<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/dbseldbcon.png" alt=""><figcaption></figcaption></figure>

* In the Connector settings, the OAuth 2.0 Credential Type settings are displayed. Enter the information (Credentials) generated in [DropBox Account Setup](/welcome/in-depth-learning/connectors/dropbox-connector/setting-up-dropbox-account.md).
* Enter the following details generated in the Dropbox App Console:
  1. Client ID
  2. Client Secret
  3. Click \[Save] to save the details.

<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/dbconnsettingslabel.png" alt=""><figcaption></figcaption></figure>

* On clicking the \[Save] button, the “Authorize by” section is activated and a redirect URL is generated.

<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/dbconnsettingsredurl.png" alt=""><figcaption></figcaption></figure>

* A success message displays for successful connector creation.
* For authorization through Redirect URL, follow the instructions below the url: “Copy the url above and add in Dropbox app settings OAuth 2 under “Redirect URIs” and click add.
* Copy the generated URL and add it to the Dropbox Account. (click [here](/welcome/in-depth-learning/connectors/onedrive-connector/add-url-to-authorized-redirect-urls.md) for the steps for copying Redirect URI in Dropbox)
* This will take the user to the consent screen. In this step, the user is asked to enter information indicating their agreement to the connection Langstack is trying to establish with Dropbox. (click [here](/welcome/in-depth-learning/connectors/onedrive-connector/user-consent-for-establishing-onedrive-connection.md) for the steps for user consent screen)\
  When the URL is copied, click the \[Sign in with Dropbox] button.

<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/dbsigninwithdbbutton.png" alt=""><figcaption></figcaption></figure>

* Click the \[Test Connection] button to confirm if the connection is established.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.langstack.com/welcome/in-depth-learning/connectors/dropbox-connector/set-up-dropbox-connector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
