Add-on Google Classroom kini tersedia secara umum untuk developer. Lihat
dokumentasi add-on untuk informasi selengkapnya.
DriveFile
Representasi file Google Drive.
Representasi JSON |
{
"id": string,
"title": string,
"alternateLink": string,
"thumbnailUrl": string
} |
Kolom |
id |
string
ID resource Drive API.
|
title |
string
Judul item Drive. Hanya baca.
|
alternateLink |
string
URL yang dapat digunakan untuk mengakses item Drive. Hanya baca.
|
thumbnailUrl |
string
URL gambar thumbnail item Drive. Hanya baca.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-12-06 UTC.
[null,null,["Terakhir diperbarui pada 2024-12-06 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."]]],[]]