Google Classroom add-ons are now generally available to developers! Please see the
add-ons documentation for more information.
DriveFile
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-04-17 UTC.
[null,null,["Last updated 2025-04-17 UTC."],[],[],null,["# DriveFile\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresentation of a Google Drive file.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"title\": string, \"alternateLink\": string, \"thumbnailUrl\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------|\n| `id` | `string` Drive API resource ID. |\n| `title` | `string` Title of the Drive item. Read-only. |\n| `alternateLink` | `string` URL that can be used to access the Drive item. Read-only. |\n| `thumbnailUrl` | `string` URL of a thumbnail image of the Drive item. Read-only. |"]]