Dodatki do Google Classroom są teraz ogólnie dostępne dla programistów. Więcej informacji znajdziesz w
dokumentacji dodatków.
DriveFile
Reprezentacja pliku na Dysku Google.
Zapis JSON |
{
"id": string,
"title": string,
"alternateLink": string,
"thumbnailUrl": string
} |
Pola |
id |
string
Identyfikator zasobu interfejsu Drive API.
|
title |
string
Tytuł elementu na Dysku. Tylko do odczytu.
|
alternateLink |
string
Adres URL, pod którym można uzyskać dostęp do elementu na Dysku. Tylko do odczytu.
|
thumbnailUrl |
string
Adres URL miniatury elementu 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-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-22 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."]]],[]]