REST Resource: children
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
रिसॉर्स: ChildReference
फ़ोल्डर के चाइल्ड का रेफ़रंस.
children.get
जैसे कुछ संसाधन के तरीकों के लिए, childId
की ज़रूरत होती है. बच्चे का आईडी वापस पाने के लिए, children.list
तरीके का इस्तेमाल करें.
JSON के काेड में दिखाना |
{
"id": string,
"selfLink": string,
"kind": string,
"childLink": string
} |
फ़ील्ड |
id |
string
बच्चे का आईडी.
|
selfLink |
string
सिर्फ़ आउटपुट के लिए. इस रेफ़रंस पर वापस ले जाने वाला लिंक.
|
kind |
string
सिर्फ़ आउटपुट के लिए. यह हमेशा drive#childReference होती है.
|
childLink |
string
सिर्फ़ आउटपुट के लिए. बच्चे का लिंक.
|
तरीके |
|
किसी बच्चे को फ़ोल्डर से हटाता है. |
|
किसी चाइल्ड का रेफ़रंस मिलता है. |
|
किसी फ़ाइल को फ़ोल्डर में डालता है. |
|
किसी फ़ोल्डर के चाइल्ड फ़ोल्डर की सूची बनाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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,["# REST Resource: children\n\n- [Resource: ChildReference](#ChildReference)\n - [JSON representation](#ChildReference.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ChildReference\n------------------------\n\nA reference to a folder's child.\n\nSome resource methods (such as `children.get`) require a `childId`. Use the `children.list` method to retrieve the ID of the child.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"selfLink\": string, \"kind\": string, \"childLink\": string } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------|\n| `id` | `string` The ID of the child. |\n| `selfLink` | `string` Output only. A link back to this reference. |\n| `kind` | `string` Output only. This is always `drive#childReference`. |\n| `childLink` | `string` Output only. A link to the child. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------|----------------------------------|\n| ### [delete](/workspace/drive/api/reference/rest/v2/children/delete) | Removes a child from a folder. |\n| ### [get](/workspace/drive/api/reference/rest/v2/children/get) | Gets a specific child reference. |\n| ### [insert](/workspace/drive/api/reference/rest/v2/children/insert) | Inserts a file into a folder. |\n| ### [list](/workspace/drive/api/reference/rest/v2/children/list) | Lists a folder's children. |"]]