fetch_files
List all files in the user's Drive with storage usage, categories, and pagination. Files are sorted by creation date (newest first).
fetch_files
When to use
List all files in the user's Drive with storage usage, categories, and pagination. Files are sorted by creation date (newest first).
Parameters to validate before calling
page (number, optional) — Page number (default: 1)
limit (number, optional) — Files per page (default: 50, max: 200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Files per page (default: 50, max: 200) |