Live list of files in a Google Drive folder rendered with icons and download links. Works on Google Apps Script only.
| Field | Type | |
|---|---|---|
| folder_id | string. The Google Drive folder ID to list files from. | required |
| max_results | integer. Maximum number of files to return. Default is 10. | optional |
{
"type": "drive_file_list",
"folder_id": [
{
"title": "Doc 1",
"url": "https://example.com"
},
{
"title": "Doc 2",
"url": "https://example.com"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:drive_file_list",
"displayName": "Drive File List",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/drive_file_list",
"capabilities": [
"apps-script-web"
],
"description": "Live list of files in a Google Drive folder rendered with icons and download links. Works on Google Apps Script only.",
"representativeQueries": [
"show a live list of Drive folder files",
"live list of files in a google drive folder rendered with icons and download links. works on google",
"render a drive file list"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →