Stay organized with collections
Save and categorize content based on your preferences.
DriveReference
A lightweight reference to a shared drive.
JSON representation
{"name": string,"title": string}
Fields
name
string
The resource name of the shared drive. The format is
COLLECTION_ID/DRIVE_ID. Clients should not assume a specific collection ID for this resource name.
[[["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."],[[["DriveReference provides a lightweight way to refer to a shared drive within your application."],["It includes essential identifying information like the resource name (`name`) and the user-friendly title (`title`) of the shared drive."],["The `name` field follows a specific format (`COLLECTION_ID/DRIVE_ID`) for unique identification but allows for flexible collection IDs."]]],[]]