تتوفّر الآن إضافات Google Classroom بشكل عام للمطوّرين. يُرجى الاطّلاع على
مستندات الإضافات للحصول على مزيد من المعلومات.
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-12-06 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-12-06 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]