gws.drive.list_folder
List files and subfolders in a Google Drive folder, returning their IDs, names, MIME types, modified times, and sizes. Omit the folder ID to view the account's root.
Instructions
List the files and subfolders directly inside a Drive folder (non-recursive). Returns each item's file ID, name, MIME type, modified time, and size. Omit folderId to list the account's Drive root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Account label or email. Uses default if omitted. | |
| folderId | No | Folder ID (default: root) | |
| maxResults | No | Maximum files to return (default: 50) |