Google Classroom add-ons are now generally available to developers! Please see the
add-ons documentation for more information.
DriveFile
Representation of a Google Drive file.
JSON representation |
{
"id": string,
"title": string,
"alternateLink": string,
"thumbnailUrl": string
} |
Fields |
id |
string
Drive API resource ID.
|
title |
string
Title of the Drive item. Read-only.
|
alternateLink |
string
URL that can be used to access the Drive item. Read-only.
|
thumbnailUrl |
string
URL of a thumbnail image of the Drive item. Read-only.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["The Google Drive file is represented using JSON format with fields for ID, title, alternate link, and thumbnail URL."],["Each field provides specific information about the Drive file, like its unique identifier, title, access URL, and thumbnail image URL."],["All fields except 'id' are read-only, meaning they cannot be modified directly using this representation."]]],[]]