Reproducible query — Product (shared drive)
GET FILES "Product"
Anyone opening this link re-runs the same query against epoch 1, so it returns the same answer — that is what makes a number in a report checkable later.
| ID | fld_product |
| DRIVE_ID | drv_product |
| PARENT_ID | - |
| PATH | /Product |
| NAME | Product |
| DEPTH | 0 |
| IS_FOLDER | yes |
| ITEM_KIND | folder |
| MIME_TYPE | application/vnd.google-apps.folder |
| SIZE_BYTES | - |
| OWNER_EMAIL | alice@acme.com |
| CREATED | 2025-03-01T09:00:00Z |
| MODIFIED | 2026-08-30T11:20:00Z |
| MODIFIED_BY | alice@acme.com |
| TRASHED | no |
| STARRED | no |
| NAME_IS_UNIQUE | yes |
| WORD_COUNT | - |
| SECTION_COUNT | - |
| CONTENT_HASH | - |
| EXTRACT_STATUS | not_applicable |
| WEB_VIEW_LINK | open in Drive ↗ |
| LINK_VISIBILITY | domain |
| SHARED_EXTERNALLY | no |
Applied the source default TRASHED IS "no". Drive hides trashed items by default, so counting them would disagree with what any Drive user sees. Filter TRASHED explicitly to override it.
epoch 1source gdrive:filesas of 2026-09-14T21:44:11Ztransforms type-coercion, source-default-filtercache hit
Applied source default TRASHED IS "no" — Drive hides trashed items by default, so counting them would disagree with what any Drive user sees.
Raw envelope — what an app or agent receives
{
"ok": true,
"query": null,
"verb": "GET",
"subject": "FILES",
"data": {
"record": {
"ID": "fld_product",
"DRIVE_ID": "drv_product",
"PARENT_ID": null,
"PATH": "/Product",
"NAME": "Product",
"DEPTH": 0,
"IS_FOLDER": "yes",
"ITEM_KIND": "folder",
"MIME_TYPE": "application/vnd.google-apps.folder",
"SIZE_BYTES": null,
"OWNER_EMAIL": "alice@acme.com",
"CREATED": "2025-03-01T09:00:00Z",
"MODIFIED": "2026-08-30T11:20:00Z",
"MODIFIED_BY": "alice@acme.com",
"TRASHED": "no",
"STARRED": "no",
"NAME_IS_UNIQUE": "yes",
"WORD_COUNT": null,
"SECTION_COUNT": null,
"CONTENT_HASH": null,
"EXTRACT_STATUS": "not_applicable",
"WEB_VIEW_LINK": "https://drive.google.com/file/d/fld_product/view",
"LINK_VISIBILITY": "domain",
"SHARED_EXTERNALLY": "no"
}
},
"_meta": {
"epoch": 1,
"provenance": {
"source": "gdrive:files",
"sync_id": "sync-fbaf01faca",
"source_freshness": "2026-09-14T21:44:11Z",
"representation_freshness": "2026-09-14T21:44:11Z",
"resolved_fields": [],
"transforms": [
"type-coercion",
"source-default-filter"
],
"source_defaults": [
{
"field": "TRASHED",
"op": "IS",
"value": "no",
"rationale": "Drive hides trashed items by default, so counting them would disagree with what any Drive user sees."
}
]
},
"related": [
"LIST FILES LIMIT 10"
],
"hints": [
"Applied the source default TRASHED IS \"no\". Drive hides trashed items by default, so counting them would disagree with what any Drive user sees. Filter TRASHED explicitly to override it."
],
"cache": "hit"
}
}