# 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](https://docs.movebot.io/connections/dropbox-business)
{% 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: 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.movebot.io/connections/other-connectors/dropbox-personal.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.
