DriveFile
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ייצוג של קובץ ב-Google Drive.
ייצוג ב-JSON |
{
"id": string,
"title": string,
"alternateLink": string,
"thumbnailUrl": string
} |
שדות |
id |
string
מזהה המשאב ב-Drive API.
|
title |
string
שם הפריט ב-Drive. קריאה בלבד.
|
alternateLink |
string
כתובת URL שאפשר להשתמש בה כדי לגשת לפריט ב-Drive. קריאה בלבד.
|
thumbnailUrl |
string
כתובת ה-URL של תמונה ממוזערת של הפריט ב-Drive. קריאה בלבד.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# DriveFile\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresentation of a Google Drive file.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"title\": string, \"alternateLink\": string, \"thumbnailUrl\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------|\n| `id` | `string` Drive API resource ID. |\n| `title` | `string` Title of the Drive item. Read-only. |\n| `alternateLink` | `string` URL that can be used to access the Drive item. Read-only. |\n| `thumbnailUrl` | `string` URL of a thumbnail image of the Drive item. Read-only. |"]]