file-list
Retrieve detailed file and folder lists from a specified cloud drive path, including names, sizes, and timestamps. Supports pagination for efficient data access.
Instructions
获取云盘指定路径下的文件和文件夹列表,支持分页查询。返回文件名、大小、创建时间、修改时间等详细信息。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | 页码,默认从0开始。 | |
page_size | No | 每页显示的条目数,默认50条。 | |
path | No | 要查询的云盘路径,默认为根目录'/' | / |