Dropbox integration (Storage, Productivity). Imported from open-connector.
https://api.dropboxapi.com/2/users/get_current_account
/files/list_folder/continue
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | required | The cursor returned by a previous Dropbox folder listing. |
/files/create_folder_v2
| Param | Type | Required | Description |
|---|---|---|---|
| path | string | required | A Dropbox path, file ID, revision ID, or namespace-relative path. |
| autorename | boolean | optional | Whether Dropbox should autorename on conflict. |
/files/search/continue_v2
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | required | The cursor returned by a previous Dropbox search. |
/files/get_temporary_link
| Param | Type | Required | Description |
|---|---|---|---|
| path | string | required | The Dropbox file path or ID to create a temporary link for. |
/files/save_url
| Param | Type | Required | Description |
|---|---|---|---|
| path | string | required | The Dropbox destination path for the saved URL. |
| url | string | required | The publicly reachable URL Dropbox should save. |
/files/save_url/check_job_status
| Param | Type | Required | Description |
|---|---|---|---|
| asyncJobId | string | required | The Dropbox async job ID returned by save_url. |
/files/restore
| Param | Type | Required | Description |
|---|---|---|---|
| path | string | required | The Dropbox file path to restore. |
| rev | string | required | The Dropbox revision ID to restore. |
/sharing/get_shared_link_metadata
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The Dropbox shared link URL. |
| path | string | optional | Optional path inside the shared link when the link points to a folder. |
/sharing/revoke_shared_link
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The Dropbox shared link URL to revoke. |
/files/tags/get
| Param | Type | Required | Description |
|---|---|---|---|
| paths | array | required | Dropbox file or folder paths to inspect. |