# Dropbox

## **Connector Overview**

<figure><img src="/files/a6byuBDXscHsCF2FGNaS" alt="" width="377"><figcaption></figcaption></figure>

Dropbox is a cloud storage and file-sharing platform that enables businesses and individuals to store, sync, and collaborate on files securely across devices.

## **Authentication Type**

OAuth2

## **Webhook Supported**

No

## **Secrets**

* PAN\_SEC\_DROPBOX\_APP\_KEY
* PAN\_SEC\_DROPBOX\_APP\_SECRET

## **API Client Supported**

No

## **Requirements for Provisioning**

In order to provision your connector, the following Dropbox information must be gathered:

* App Key
* App Secret

## **API Resources**

For more information on how to utilize the Dropbox API, feel free to reference the following [documentation](https://www.dropbox.com/developers/documentation/http/overview).


---

# 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.pandium.com/connectors/connectors-101/dropbox.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.
