DriveFile
Rappresentazione di un file di Google Drive.
Rappresentazione JSON |
{
"id": string,
"title": string,
"alternateLink": string,
"thumbnailUrl": string
} |
Campi |
id |
string
ID risorsa dell'API Drive.
|
title |
string
Titolo dell'elemento di Drive. Sola lettura.
|
alternateLink |
string
URL che può essere utilizzato per accedere all'elemento di Drive. Sola lettura.
|
thumbnailUrl |
string
URL di un'immagine in miniatura dell'elemento di Drive. Sola lettura.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-22 UTC.
[null,null,["Ultimo aggiornamento 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."]]],[]]