Google Classroom アドオンの一般提供が開始されました。詳しくは、
アドオンのドキュメントをご覧ください。
DriveFile
JSON 表現 |
{
"id": string,
"title": string,
"alternateLink": string,
"thumbnailUrl": string
} |
フィールド |
id |
string
Drive API のリソース ID。
|
title |
string
ドライブのアイテムのタイトル。 読み取り専用です。
|
alternateLink |
string
ドライブのアイテムへのアクセスに使用できる URL。 読み取り専用です。
|
thumbnailUrl |
string
ドライブ アイテムのサムネイル画像の URL。 読み取り専用です。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 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."]]],[]]