List folder
dropbox_list_folderList folder contents from Dropbox, starting at root or any path. Enable recursive mode to include subfolders, and use the cursor to fetch additional results when truncated.
Instructions
List the contents of a folder. Pass "" for the root. Set recursive=true to walk subfolders. If the result is truncated, call again with the returned cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Folder path. Defaults to root (""). | |
| limit | No | ||
| cursor | No | Continuation cursor from a previous truncated result. | |
| recursive | No |