Dropbox
Upload, download, share, and manage files in Dropbox
Integrate Dropbox into your workflow for file management, sharing, and collaboration. Upload files, download content, create folders, manage shared links, and more.
| Parameter | Type | Required | Description |
|---|
path | string | Yes | The path in Dropbox where the file should be saved (e.g., /folder/document.pdf) |
file | file | No | No description |
fileContent | string | No | No description |
fileName | string | No | No description |
mode | string | No | No description |
autorename | boolean | No | No description |
mute | boolean | No | If true, don't notify the user about this upload |
| Parameter | Type | Description |
|---|
file | object | The uploaded file metadata |
↳ id | string | Unique identifier for the file |
↳ name | string | Name of the file |
↳ path_display | string | Display path of the file |
↳ path_lower | string | Lowercase path of the file |
↳ size | number | Size of the file in bytes |
↳ client_modified | string | Client modification time |
↳ server_modified | string | Server modification time |
↳ rev | string | Revision identifier |
↳ content_hash | string | Content hash for the file |
| Parameter | Type | Required | Description |
|---|
path | string | Yes | No description |
| Parameter | Type | Description |
|---|
file | file | Downloaded file stored in execution files |
metadata | json | The file metadata |
temporaryLink | string | Temporary link to download the file (valid for ~4 hours) |
content | string | Base64 encoded file content (if fetched) |
| Parameter | Type | Required | Description |
|---|
path | string | Yes | The path of the folder to list (use "" for root) |
recursive | boolean | No | No description |
includeDeleted | boolean | No | No description |
includeMediaInfo | boolean | No | No description |
limit | number | No | No description |
| Parameter | Type | Description |
|---|
entries | array | List of files and folders in the directory |
↳ id | string | Unique identifier |
↳ name | string | Name of the file/folder |
↳ path_display | string | Display path |
↳ size | number | Size in bytes (files only) |
cursor | string | Cursor for pagination |
hasMore | boolean | Whether there are more results |
| Parameter | Type | Required | Description |
|---|
path | string | Yes | No description |
autorename | boolean | No | No description |
| Parameter | Type | Description |
|---|
folder | object | The created folder metadata |
↳ id | string | Unique identifier for the folder |
↳ name | string | Name of the folder |
↳ path_display | string | Display path of the folder |
↳ path_lower | string | Lowercase path of the folder |
| Parameter | Type | Required | Description |
|---|
path | string | Yes | No description |
| Parameter | Type | Description |
|---|
metadata | object | Metadata of the deleted item |
↳ name | string | Name of the deleted item |
↳ path_display | string | Display path |
deleted | boolean | Whether the deletion was successful |
| Parameter | Type | Required | Description |
|---|
fromPath | string | Yes | No description |
toPath | string | Yes | No description |
autorename | boolean | No | No description |
| Parameter | Type | Description |
|---|
metadata | object | Metadata of the copied item |
↳ id | string | Unique identifier |
↳ name | string | Name of the copied item |
↳ path_display | string | Display path |
↳ size | number | Size in bytes (files only) |
| Parameter | Type | Required | Description |
|---|
fromPath | string | Yes | No description |
toPath | string | Yes | No description |
autorename | boolean | No | No description |
| Parameter | Type | Description |
|---|
metadata | object | Metadata of the moved item |
↳ id | string | Unique identifier |
↳ name | string | Name of the moved item |
↳ path_display | string | Display path |
↳ size | number | Size in bytes (files only) |
| Parameter | Type | Required | Description |
|---|
path | string | Yes | No description |
includeMediaInfo | boolean | No | No description |
includeDeleted | boolean | No | No description |
| Parameter | Type | Description |
|---|
metadata | object | Metadata for the file or folder |
↳ id | string | Unique identifier |
↳ name | string | Name of the item |
↳ path_display | string | Display path |
↳ path_lower | string | Lowercase path |
↳ size | number | Size in bytes (files only) |
↳ client_modified | string | Client modification time |
↳ server_modified | string | Server modification time |
↳ rev | string | Revision identifier |
↳ content_hash | string | Content hash |
| Parameter | Type | Required | Description |
|---|
path | string | Yes | No description |
requestedVisibility | string | No | No description |
linkPassword | string | No | No description |
expires | string | No | No description |
| Parameter | Type | Description |
|---|
sharedLink | object | The created shared link |
↳ url | string | The shared link URL |
↳ name | string | Name of the shared item |
↳ path_lower | string | Lowercase path of the shared item |
↳ expires | string | Expiration date if set |
↳ link_permissions | object | Permissions for the shared link |
| Parameter | Type | Required | Description |
|---|
query | string | Yes | No description |
path | string | No | No description |
fileExtensions | string | No | No description |
maxResults | number | No | No description |
| Parameter | Type | Description |
|---|
matches | array | Search results |
↳ match_type | object | Type of match: filename, content, or both |
↳ metadata | object | File or folder metadata |
hasMore | boolean | Whether there are more results |
cursor | string | Cursor for pagination |