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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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."]]],[]]