> For the complete documentation index, see [llms.txt](https://docs.movebot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.movebot.io/connections/other-connectors/dropbox-personal.md).

# Dropbox Personal

### Introduction

Movebot supports connecting to a personal Dropbox account through the Dropbox API. Connecting to Dropbox uses OAuth to authorize.&#x20;

{% hint style="info" %}
To connect to Dropbox Business or Dropbox Teams see [Dropbox Business](/connections/dropbox-business.md)
{% endhint %}

### Requirements

To connect to Dropbox Personal in Movebot you need:

* To be the account owner or have access to the Dropbox Personal Account
* The Dropbox account must be licensed

### Configuration Steps

1. Login to Movebot and create a new project or task
2. When configuring the source or destination, choose to **Create new Connection**
3. Select **Dropbox Personal** from the list of available connections and set the connection name
4. Click **Connect to Dropbox** and authorize the connection through the popup window. You will be required to log in to Dropbox. Make sure you login with the same account that you specified above.
5. Click Save and Test connection in Movebot
6. If the connection has succeeded, you can continue

### Supported Features

Movebot has comprehensive support for Dropbox and is well-maintained.&#x20;

| Feature                | Supported in Movebot |
| ---------------------- | -------------------- |
| User Drives            | Fully Supported      |
| Versions               | Fully Supported      |
| Modification Retention | Fully Supported      |
| Automatic Sanitization | Fully Supported      |

\
Tags: dropbox


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.movebot.io/connections/other-connectors/dropbox-personal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
