# Dropbox Business

### Introduction

Movebot has comprehensive support for Dropbox Business and Dropbox Teams through the Dropbox API. Connecting to Dropbox uses OAuth to authorize.&#x20;

{% hint style="info" %}
To connect to Dropbox Personal see Other Connectors
{% endhint %}

### Requirements

To connect to Dropbox Business online in Movebot you will need:

* To have access to the account owner account in Dropbox, or an Administrator
* 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 Business** from the list of available connections and set the connection name
4. Provide the email address of your administrator account
5. Click **Connect to Dropbox** and authorize the connection through the popup window. You will be required to log in to Dropbox. Make sure you log in with the same account that you specified above.
6. &#x20;Click Save and Test connection in Movebot
7. If the connection has succeeded, you can continue

### Common Errors

Movebot supports bi-directional and tenant to tenant migrations with Dropbox Business. Below are common errors and questions related to scanning and migrating Dropbox Business data.

<details>

<summary><strong>Error: Failed to scan Team Folder (access-denied)</strong></summary>

**Cause:** The admin user specified in your Dropbox connection does not have sufficient access to the Team Folder.

**Resolution:** Even if the folder appears visible in the Dropbox Admin Console, the admin must be explicitly granted editor permissions on the folder itself. Visibility alone is not enough for Movebot to scan or migrate the contents.

</details>

<details>

<summary><strong>Error: "Requested user could not be found."</strong></summary>

**Cause:** The admin email address used in your Dropbox connection is invalid or misspelled.

**Resolution:** Double-check the spelling of the email address and confirm that the user exists within the Dropbox tenant.

</details>

<details>

<summary><strong>Error: Too many items for single namespace</strong></summary>

**Cause:** This folder account contains more items than recommended for a single namespace.

**Resolution:** This is a known Dropbox limitation.  [See here](https://docs.movebot.io/platform-guides/dropbox/namespaces-and-limitations) for a detailed explanation.

</details>

### Frequently Asked Questions

<details>

<summary><strong>Movebot scan shows substantially more data than what I see in my Dropbox account</strong></summary>

**Answer:** This typically occurs when the **"Exclude Shared Content"** option is **disabled** in your Dropbox connection settings.

When this setting is turned off, Movebot includes **shared folders** in the scan results **for every user the folder is shared with**. This means the contents of that folder are counted once for each user, significantly inflating the total scanned data.

> **Important:**\
> A **shared folder** is different from a **Team Folder**.
>
> * **Shared folders** are owned by a specific user and live within that user's personal Dropbox space.
> * **Team Folders** are owned and managed at the organizational level and are **not affected** by the **"Exclude Shared Content"** setting.

**Example:**\
A shared folder named **"Shared Media"** is 1.5TB and shared with 20 users.\
With **"Exclude Shared Content"** disabled, Movebot counts that same folder **20 times**—once for each user—resulting in **30TB** appearing in the scan results.

To avoid this, enable the **"Exclude Shared Content"** setting so shared folders are only counted once, keeping scan results accurate and avoiding data duplication

</details>

<details>

<summary><strong>How can I migrate a folder that has been shared with me by another user?</strong></summary>

**Answer:** By default, Movebot ignores folders shared with a user to avoid duplicating data when migrating an entire tenant.

If the folder was shared with you by another user in your Dropbox tenant, you can locate and migrate the folder by browsing to the owner’s account in the Folder-to-Folder mapping modal.

If the folder was shared by a user outside your organization, please contact Movebot support for assistance in mapping and safely migrating the data.

</details>

### Supported Features

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

<table><thead><tr><th width="401">Feature</th><th>Supported in Movebot</th></tr></thead><tbody><tr><td>User Drives</td><td>Fully Supported</td></tr><tr><td>Shared Folders</td><td>Fully Supported</td></tr><tr><td>Team Workspace (Team Drives)</td><td>Fully Supported</td></tr><tr><td>Permissions</td><td>Fully Supported</td></tr><tr><td>Versions</td><td>Fully Supported</td></tr><tr><td>Modification Retention</td><td>Fully Supported</td></tr><tr><td>Automatic Sanitization</td><td>Fully Supported</td></tr></tbody></table>

\
Tags: dropboxfullbusiness


---

# 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/dropbox-business.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.
