DropBox Connector

DropBox Connector

The high-performance DropBox Connector provides read/write capabilities within your application, allowing you to perform numerous DropBox operations with minimal coding or even no-coding at all. Integrate DropBox data into applications such as SSIS, SQL Server, any ODBC-compatible application, or even directly within a programming language using this connector.

Download for SSIS Download for SQL Server and ODBC Documentation

Integrate DropBox with these applications

All
Data Integration
Database
BI & Reporting
Productivity
Programming Languages
Automation & Scripting
ODBC applications

Actions supported by DropBox Connector

DropBox Connector supports following actions for REST API integration:

Create folder

Description

Creates folder.

Parameters

You can provide the following parameters to this action:

  • Path

Input Fields

You can provide the following fields to this action:

  • N/A

Output Fields

The following fields are returned after calling this action:

  • Id
  • Name
  • PathLower
  • PathDisplay

Visit documentation for more information.

Delete

Description

Deletes file or folder.

Parameters

You can provide the following parameters to this action:

  • Path

Input Fields

You can provide the following fields to this action:

  • N/A

Output Fields

The following fields are returned after calling this action:

  • Id
  • Name
  • PathLower
  • PathDisplay
  • ClientModified
  • ServerModified
  • Revision
  • Size
  • IsDownloadable
  • ContentHash

Visit documentation for more information.

Download a file

Description

Downloads a file.

Parameters

You can provide the following parameters to this action:

  • SourceFilePath

Input Fields

You can provide the following fields to this action:

  • N/A

Output Fields

The following fields are returned after calling this action:

  • Status

Visit documentation for more information.

Download a folder and folders/files within as ZIP archive

Description

Downloads a folder with all the files and folders it contains as ZIP file.

Parameters

You can provide the following parameters to this action:

  • SourcePath

Input Fields

You can provide the following fields to this action:

  • N/A

Output Fields

The following fields are returned after calling this action:

  • Status

Visit documentation for more information.

List folder

Description

Lists folder.

Parameters

You can provide the following parameters to this action:

  • Path
  • Recursive

Input Fields

You can provide the following fields to this action:

  • N/A

Output Fields

The following fields are returned after calling this action:

  • Id
  • Name
  • Type
  • PathLower
  • PathDisplay
  • ClientModified
  • ServerModified
  • Revision
  • Size
  • IsDownloadable
  • ContentHash

Visit documentation for more information.

Make connection test

Description

Makes a connection test.

Parameters

You can provide the following parameters to this action:

  • N/A

Input Fields

You can provide the following fields to this action:

  • N/A

Output Fields

The following fields are returned after calling this action:

  • Result

Visit documentation for more information.

Upload a file

Description

Upload a file.

Parameters

You can provide the following parameters to this action:

  • TargetFilePath
  • SourceFilePath

Input Fields

You can provide the following fields to this action:

  • N/A

Output Fields

The following fields are returned after calling this action:

  • Id
  • Name
  • PathLower
  • PathDisplay
  • ClientModified
  • ServerModified
  • Revision
  • Size
  • IsDownloadable
  • ContentHash

Visit documentation for more information.

Make Generic API Request

Description

This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.

Parameters

You can provide the following parameters to this action:

  • Url
  • Body
  • IsMultiPart
  • Filter
  • Headers

Input Fields

You can provide the following fields to this action:

  • N/A

Output Fields

The following fields are returned after calling this action:

  • N/A

Visit documentation for more information.

Make Generic API Request (Bulk Write)

Description

This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.

Parameters

You can provide the following parameters to this action:

  • Url
  • IsMultiPart
  • Filter
  • Headers

Input Fields

You can provide the following fields to this action:

  • N/A

Output Fields

The following fields are returned after calling this action:

  • N/A

Visit documentation for more information.