Stay organized with collections
Save and categorize content based on your preferences.
DriveItemReference
A lightweight reference to a Drive item, such as a file or folder.
JSON representation
{"name": string,"title": string,"file": {object (File)},"folder": {object (Folder)},// Union field item_type can be only one of the following:"driveFile": {object (DriveFile)},"driveFolder": {object (DriveFolder)}// End of list of possible types for union field item_type.}
Fields
name
string
The target Drive item. The format is
items/ITEM_ID.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["DriveItemReference provides a lightweight way to reference a Drive item, like a file or folder."],["It includes properties like `name` for item ID, `title` for item name, and can specify the item type as either a file or folder."],["The `file` and `folder` fields are deprecated and replaced by `driveFile` and `driveFolder` respectively for specifying the Drive item type."]]],[]]