drive_list_files
List files and folders from a Google Drive account by specifying the folder and optional pagination.
Instructions
List files and folders in Google Drive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The authenticated Google account. | ||
| folderId | No | Folder ID to list contents of. Omit or use 'root' for the root folder. | |
| pageToken | No | Pagination token from a previous call's nextPageToken, to fetch the next page of results. | |
| maxResults | No | Maximum number of files to return (default: 20). |