DriveItem
The canonical DriveItem object, returned whole by every operation that touches it. Fields marked optional are present when the returning operation loads them.
| Field | Type | Description |
|---|---|---|
id |
string |
|
driveId |
string |
|
driveItemType |
"folder" | "docs_workbook" | "viz_workbook" |
|
name |
string |
|
parentId |
string | null |
|
ancestorIds |
string[] |
|
published |
boolean |
|
createdAt |
string |
|
updatedAt |
string |
|
drive |
Drive | |
children (optional) |
DriveItem[] |
|
ancestors (optional) |
DriveItem[] |
|
sheets (optional) |
object[] |
|
itemUsers (optional) |
object[] |
|
access (optional) |
object |