Google Classroom add-ons are now generally available to developers! Please see the
add-ons documentation for more information.
DriveFolder
Representation of a Google Drive folder.
JSON representation |
{
"id": string,
"title": string,
"alternateLink": string
} |
Fields |
id |
string
Drive API resource ID.
|
title |
string
Title of the Drive folder. Read-only.
|
alternateLink |
string
URL that can be used to access the Drive folder. 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."],[[["This documentation describes the JSON representation of a Google Drive folder."],["The representation includes `id`, `title`, and `alternateLink` fields, providing resource ID, title, and access URL respectively."],["All fields are read-only and represented as strings within the JSON object."]]],[]]