Google Classroom ऐड-ऑन अब आम तौर पर डेवलपर के लिए उपलब्ध हैं! ज़्यादा जानकारी के लिए, कृपया
ऐड-ऑन दस्तावेज़ देखें.
DriveFolder
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google Drive फ़ोल्डर की इमेज.
JSON के काेड में दिखाना |
{
"id": string,
"title": string,
"alternateLink": string
} |
फ़ील्ड |
id |
string
Drive API का संसाधन आईडी.
|
title |
string
Drive फ़ोल्डर का टाइटल. सिर्फ़ पढ़ने के लिए.
|
alternateLink |
string
Drive फ़ोल्डर को ऐक्सेस करने के लिए इस्तेमाल किया जा सकने वाला यूआरएल. सिर्फ़ पढ़ने के लिए.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# DriveFolder\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresentation of a Google Drive folder.\n\n| JSON representation |\n|--------------------------------------------------------------------|\n| ``` { \"id\": string, \"title\": string, \"alternateLink\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------|\n| `id` | `string` Drive API resource ID. |\n| `title` | `string` Title of the Drive folder. Read-only. |\n| `alternateLink` | `string` URL that can be used to access the Drive folder. Read-only. |"]]