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.

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

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

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 |




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 |

