Dodatki do Google Classroom są teraz ogólnie dostępne dla programistów. Więcej informacji znajdziesz w
dokumentacji dodatków.
DriveFolder
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 na 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: 2024-12-06 UTC.
[null,null,["Ostatnia aktualizacja: 2024-12-06 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."]]],[]]