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 2025-03-26 UTC."],[],[]]