Dodatki do Google Classroom są teraz ogólnie dostępne dla programistów. Więcej informacji znajdziesz w
dokumentacji dodatków.
DriveFolder
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Przykład folderu na Dysku Google
Zapis JSON |
{
"id": string,
"title": string,
"alternateLink": string
} |
Pola |
id |
string
Identyfikator zasobu interfejsu Drive API.
|
title |
string
Tytuł folderu na Dysku. Tylko do odczytu.
|
alternateLink |
string
Adres URL, za pomocą którego można uzyskać dostęp do folderu Dysku. Tylko do odczytu.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],[],null,["# DriveFolder\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresentation of a Google Drive folder.\n\n| JSON representation |\n|--------------------------------------------------------------------|\n| ``` { \"id\": string, \"title\": string, \"alternateLink\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------|\n| `id` | `string` Drive API resource ID. |\n| `title` | `string` Title of the Drive folder. Read-only. |\n| `alternateLink` | `string` URL that can be used to access the Drive folder. Read-only. |"]]