Skip to main content
Skip table of contents

Dropbox Connector v1.0

1. General Information

Dropbox is a popular cloud file storage or file hosting service. It enables individual users and businesses to store, locate, manage, and share digital assets from a centralized location.

To authenticate HTTP requests in Dropbox we use Oauth2 type of authentication. We need to sign in to Dropbox from Oneteg and allow Oneteg app access and modify assets on Dropbox. When creating a connection in Endpoint the link https://content.dropboxapi.com/2.

image-20241231-001104.png

A new window would pop up, click Continue to allow Oneteg to connect to Dropbox.

dropbox.png

On the next page click Allow to give permissions to Oneteg.

dropbox2.png

 


2. Connector Action & Tests

Action Name / Method

Search Files on Dropbox

Action Description

Search the files

Test Case

Get the searched data from Dropbox

Request Body Name

Parameter

Type

Description (Example)

 

File to be search

String

File name

 

Action Name / Method

Get Files on Dropbox

Action Description

Download the file from Dropbox

Test Case

Download file from Dropbox to local

Request Body Name

Parameter

Type

Description (Example)

 

Path of file

String

File path

 

 

Action Name / Method

Move Files on Dropbox

Action Description

Move files on Dropbox

Test Case

Move files on Dropbox

Request Body Name

Parameter

Type

Description (Example)

 

File Move From (/Directory Name/File Name)

String

File move from directory

 

File to Move (/Directory Name/File Name)

String

File to move directory

 

image-20241231-001202.png

 

Action Name / Method

Delete Files on Dropbox

Action Description

Delete files

Test Case

Delete a file on Dropbox

Request Body Name

Parameter

Type

Description (Example)

 

Path for the file to be deleted

String

File path

 

 

Action Name / Method

Upload Files on Dropbox

Action Description

Upload files to Dropbox location

Test Case

Upload a file to Dropbox

Request Body Name

Parameter

Type

Description (Example)

 

Path

String

File path to be uploaded on dropbox

 

 

 

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.