REST Resource: children
সম্পদ: চাইল্ড রেফারেন্স
একটি ফোল্ডারের সন্তানের একটি রেফারেন্স.
কিছু সম্পদ পদ্ধতির (যেমন 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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-11 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-11 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`ChildReference` is a resource that represents a reference to a folder's child, providing essential information like ID and links."],["To retrieve a child's ID, utilize the `children.list` method and then leverage methods like `children.get` for specific child access."],["The `ChildReference` resource is crucial for managing relationships between folders and their children within Google Drive using methods such as `delete`, `get`, `insert`, and `list` for various operations."],["JSON representation of `ChildReference` includes fields like `id`, `selfLink`, `kind`, and `childLink`, offering comprehensive details for interacting with folder children."]]],[]]