REST Resource: children
Resource: ChildReference
A reference to a folder's child.
Some resource methods (such as children.get
) require a childId
. Use the children.list
method to retrieve the ID of the child.
JSON representation |
{
"id": string,
"selfLink": string,
"kind": string,
"childLink": string
} |
Fields |
id |
string
The ID of the child.
|
selfLink |
string
Output only. A link back to this reference.
|
kind |
string
Output only. This is always drive#childReference .
|
childLink |
string
Output only. A link to the child.
|
Methods |
|
Removes a child from a folder. |
|
Gets a specific child reference. |
|
Inserts a file into a folder. |
|
Lists a folder's children. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`ChildReference` resource allows referencing and managing a folder's children within Google Drive."],["Methods like `children.get` require `childId`, retrievable using `children.list`, to interact with specific children."],["`ChildReference` includes `id`, `selfLink`, `kind`, and `childLink` to represent and access a child resource."],["Several methods like `delete`, `get`, `insert`, and `list` enable manipulation and retrieval of children within folders."]]],[]]