Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Dropbox connector in DryvIQ allows you to analyze, migrate, copy, and synchronize files to your Dropbox account from cloud storage repositories and on-premise network file shares. The first step is to create the Dropbox connection by providing the connection information required for DryvIQ to connect to the server. The connector can be created using a standard Dropbox account or a Dropbox for Business account. However, when When creating a connection using a Dropbox for Business account, you must use an Administrator account. Standard accounts will return an error from the Dropbox for Business platform. For more information on using a standard Dropbox account, please refer to the Dropbox connector page

Info

A Team Administrator account is recommended for migrating into or out of Dropbox. The administrator account will impersonate other users and let DryvIQ act on their behalf.

Create Connection | User Interface

  1. Select Connections > Add connection.

  2. Select Dropbox for Business as the platform on the Add connection modal.

  3. Enter the connection information. Reference the table below for details about each field.

  4. Select Sign in with Dropbox for Business.

  5. On the Dropbox API Request Authorization modal, enter the Email and Password required to log in to the account and select Sign In. Only an Administrator account can be used for Dropbox for Business. Standard accounts will return an error from the Dropbox for Business platform.

  6. Select Allow when prompted to authorize the connection.

  7. You will see a "Connection test succeeded" message on the Add connection modal. (If you don't see this message, repeat the sign in and authorization steps above.)

  8. Select Done to finish creating the connection. 

Add Connection Modal - Dropbox for Business

...

Field

Description

Required

Display as

Enter the display name for the connection. If you will be creating multiple connections, ensure the name readily identifies the connection. The name displays in the application, and you can use it to search for the connection and filter lists.

If you do not add a display name, the connection will automatically be named, "Dropbox for Business." DryvIQ recommends that you edit the name to more readily identify the connection. 

Optional

Platform API client credentials

Required

Use the system default client credentials

Select this option to use the default DryvIQ client application.

Use custom client credentials

Select this option to use custom client credentials provided by your administrator. When selected, two additional fields will be available to enter the credentials.

Client ID

This field displays only when you select Use custom client credentials. This value will be provided by your administrator.

Required when using custom credentials

Client Secret

This field displays only when you select Use custom client credentials. This value will be provided by your administrator.

Required when using custom credentials

Include unmounted folders

Indicate if you want to DryvIQ to show unmounted folders owned by the user.

The default option is No, so unmounted folders do not display.

If you select Yes, DryvIQ will display unmounted folders owned by the user. Only folders will display; the contents for the folders will not display.

Info

DryvIQ will not migrate the unmounted folders if used in a job.

Note

The DryvIQ will be slow to return folders when you include unmounted folders due to the response times of the Dropbox API required to obtain this information.

Optional

Dropbox API Request Authorization modal

...

Allow Access to Dropbox 

...

Connection Test Succeeded

...

Features and Limitations 

...

The Dropbox connector uses " per-request impersonation. " This means DryvIQ makes requests to the platform on behalf of the account owner, not the administrator. Therefore, files created by other users will fail to upload unless the account owner mounts the shared parent folder into their Dropbox drive before uploading the file. (See https://help.dropbox.com/files-folders/add-shared-folder  for more information.) Failed uploads will be logged with a message similar to the following example: "[PermissionFailure] The account 'Joe Smith' is not authorized to perform the requested operation."

...

The Dropbox platform treats content version history differently than other cloud platforms, with each native move and rename tracked as a new version. In . When Dropbox for Business is the source storage provider for a migration, preserving and transferring all versions will result in more versions transferring to the destination storage platform. In order to only transfer true version history, enable the Scripting option on step 6 during job creation and copy the following JSON into the scripting box:

...

Info

For more information about how to use Advanced Scripting, refer to the Advanced Scripting | Additional Configuration Options page.

Version Expiration

Dropbox for Business limits file version history based on the plan your plan. When the version history exceeds the period outlined by your plan, the expired versions are no longer available to be restored by Dropbox or migrated by DryvIQ.

For more information, please visit Dropbox:

Version Limits

While Dropbox allows you to store unlimited versions, the platform restricts version downloads to 100. This means only the most recent 100 versions for a given file will be transferred to the destination. Refer to the Dropbox API Documentation for more information.  You can also find additional information in the Dropbox Forum.

Info

If you want to transfer just teams folders, you can use the Dropbox for Business Teams Folders connector to create a connection that will transfer only teams folders. 

...

Create Connection | REST API

...