# Dropbox

## Connection <a href="#connect" id="connect"></a>

When you're setting up your first workflow with Dropbox, you'll need to create a connection through MESA's Dropbox app or through your own custom Dropbox app.

Click on Sign in with Dropbox to complete the process.

<figure><img src="https://3425906282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1H6u1HQc3Iew7ATmmiCi%2Fuploads%2FkOrBdFKPG4gl6ICVBnFR%2Fimage.png?alt=media&#x26;token=1658e313-5244-49b8-b2f4-cc53f1cdfcfb" alt=""><figcaption></figcaption></figure>

When prompted, be sure to click Continue and Allow to complete the connection.

<figure><img src="https://3425906282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1H6u1HQc3Iew7ATmmiCi%2Fuploads%2Fyg54d9vqutDLaCd0iyBs%2Fimage.png?alt=media&#x26;token=96565253-27b9-45cb-ba42-d8c127924533" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3425906282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1H6u1HQc3Iew7ATmmiCi%2Fuploads%2FAxbfk4ETiNSCRTpUgWjS%2Fimage.png?alt=media&#x26;token=fbf45a24-a8bd-462a-b8ce-1cd40f47549b" alt=""><figcaption></figcaption></figure>

## Configure <a href="#configuring" id="configuring"></a>

#### Step Configuration fields

* [File url](#file-url)
* [File path](#file-path)

**File url**

This field is designated for the uploaded file's url.

**How to fill out this field**

1\. If you have installed MESA's existing template called [Send Uploadery file to Dropbox](https://www.getmesa.com/connect/uploadery/integrate/dropbox/send-uploadery-file-to-dropbox), the template will have this field pre-filled with: **{{loop.value}}**.

2\. Another common use case would be sending uploaded files to Dropbox every time a Shopify order is created. [Click here to set up this existing MESA template.](https://www.getmesa.com/apps/shopify/integrate/dropbox/send-files-from-a-shopify-order-to-dropbox)

3\. If your workflow set-up is different than the above two scenarios, feel free to reach out to our Customer Success team for further assistance on how to find the correct **File url** variable.

**File path**

You can specify which folder that you'd like to send the files to.

<figure><img src="https://3425906282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1H6u1HQc3Iew7ATmmiCi%2Fuploads%2FLnY9TgjBnScTJMgj5vGi%2Fimage.png?alt=media&#x26;token=2b1c57f1-9e3c-4997-96d9-18be0197e1be" alt=""><figcaption></figcaption></figure>

## Technical Notes

* Creating a Shared Link requires higher plans for privacy/password: <https://www.dropbox.com/plans>
* Create File Request's deadline feature requires a paid Dropbox account.


---

# 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.getmesa.com/connect/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.
