list_files
Browse and view files and folders stored in your Dropbox directory to organize and access your cloud content.
Instructions
List files and folders in a Dropbox directory.
Args: folder_path: Path to the folder (empty string for root) max_files: Maximum number of items to return
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_path | No | ||
max_files | No |
Input Schema (JSON Schema)
{
"properties": {
"folder_path": {
"default": "",
"title": "Folder Path",
"type": "string"
},
"max_files": {
"default": 20,
"title": "Max Files",
"type": "integer"
}
},
"type": "object"
}