> ## Documentation Index
> Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Dropbox Connector

<Badge icon="arrow-left" color="gray">[Back to Search AI connectors list](/ai-for-service/searchai/content-sources#supported-connectors)</Badge>

The Dropbox connector lets Search AI ingest and index files stored in your Dropbox account, enabling search across that content.

| Specification         | Details                                                                                  |
| --------------------- | ---------------------------------------------------------------------------------------- |
| Repository type       | Cloud                                                                                    |
| Supported API version | Dropbox API v2                                                                           |
| Supported content     | .doc, .docx, .ppt, .pptx, .pdf, .txt, .html (password-protected files are not supported) |

## Prerequisites

* A Dropbox account with permission to create developer applications
* Access to the Search AI application

## Step 1: Configure an Application in Dropbox

1. Sign in to the [Dropbox Developer Portal](https://www.dropbox.com/developers/apps).

2. Create a new app. Under **Choose an API**, select **Scoped access** and choose the appropriate access type.

   <img src="https://mintcdn.com/koreai/srjnuPslD4wwfWXb/ai-for-service/searchai/connectors/images/dropbox/create-app.png?fit=max&auto=format&n=srjnuPslD4wwfWXb&q=85&s=8bf869fb0025377588b49332bf2fc5e0" alt="alt_text" width="1600" height="791" data-path="ai-for-service/searchai/connectors/images/dropbox/create-app.png" />

3. Enter a name for the app, accept the terms and conditions, and click **Create app**.

4. Open the **Permissions** tab (or click **Scoped App**) and enable the following minimum permissions:

   * `files.content.read`
   * `sharing.read`

   <img src="https://mintcdn.com/koreai/srjnuPslD4wwfWXb/ai-for-service/searchai/connectors/images/dropbox/app-permissions.png?fit=max&auto=format&n=srjnuPslD4wwfWXb&q=85&s=600c6b4822a50f61b8348be84080f7cd" alt="App permissions" width="1241" height="1600" data-path="ai-for-service/searchai/connectors/images/dropbox/app-permissions.png" />

   <img src="https://mintcdn.com/koreai/srjnuPslD4wwfWXb/ai-for-service/searchai/connectors/images/dropbox/permissions-types.png?fit=max&auto=format&n=srjnuPslD4wwfWXb&q=85&s=3fd9fc0f1edeb6f4bf302a66aad09d85" alt="Permissions" width="1600" height="653" data-path="ai-for-service/searchai/connectors/images/dropbox/permissions-types.png" />

5. On the **Settings** tab, set the **Redirect URI** to the URL matching your deployment region:

   * JP Region: `https://jp-bots-idp.kore.ai/workflows/callback`
   * DE Region: `https://de-bots-idp.kore.ai/workflows/callback`
   * Prod: `https://idp.kore.com/workflows/callback`

   <img src="https://mintcdn.com/koreai/srjnuPslD4wwfWXb/ai-for-service/searchai/connectors/images/dropbox/redirect-url.png?fit=max&auto=format&n=srjnuPslD4wwfWXb&q=85&s=5584814f2d03ed175c70d69cc0f3dcec" alt="Redirect URL" width="1600" height="732" data-path="ai-for-service/searchai/connectors/images/dropbox/redirect-url.png" />

6. Save the **App key** and **App secret** shown on the settings page. These are required in Step 2.

   <img src="https://mintcdn.com/koreai/srjnuPslD4wwfWXb/ai-for-service/searchai/connectors/images/dropbox/app-credentials.png?fit=max&auto=format&n=srjnuPslD4wwfWXb&q=85&s=965c773617e18dc74ab8dbb4325245ee" alt="App credentials" width="1600" height="732" data-path="ai-for-service/searchai/connectors/images/dropbox/app-credentials.png" />

## Step 2: Configure the Dropbox Connector in Search AI

1. In Search AI, go to **Sources > Connectors** and select **Dropbox**.

2. On the **Authorization** tab, provide the following fields and click **Connect**:

   | Field              | Value                                            |
   | ------------------ | ------------------------------------------------ |
   | Name               | Unique name for the connector                    |
   | Authorization Type | OAuth 2.0                                        |
   | Grant Type         | Authorization Code                               |
   | Client ID          | App key from the Dropbox application settings    |
   | Client Secret      | App secret from the Dropbox application settings |

3. After a successful connection, go to the **Configuration** tab and click **Sync Now**.
