Google Classroom ऐड-ऑन अब आम तौर पर डेवलपर के लिए उपलब्ध हैं! ज़्यादा जानकारी के लिए, कृपया
ऐड-ऑन दस्तावेज़ देखें.
DriveFile
Google Drive की फ़ाइल का उदाहरण.
JSON के काेड में दिखाना |
{
"id": string,
"title": string,
"alternateLink": string,
"thumbnailUrl": string
} |
फ़ील्ड |
id |
string
Drive API का संसाधन आईडी.
|
title |
string
Drive में मौजूद आइटम का टाइटल. सिर्फ़ पढ़ने के लिए.
|
alternateLink |
string
वह यूआरएल जिसका इस्तेमाल Drive में मौजूद आइटम को ऐक्सेस करने के लिए किया जा सकता है. सिर्फ़ पढ़ने के लिए.
|
thumbnailUrl |
string
Drive में मौजूद आइटम के थंबनेल की इमेज का यूआरएल. सिर्फ़ पढ़ने के लिए.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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."]]],[]]