Children

Stay organized with collections Save and categorize content based on your preferences.

For a list of methods for this resource, see the end of this page.

Resource representations

A reference to a folder's child.

{
  "kind": "drive#childReference",
  "id": string,
  "selfLink": string,
  "childLink": string
}
Property name Value Description Notes
kind string This is always drive#childReference.
id string The ID of the child.

Methods

delete
Removes a child from a folder.
get
Gets a specific child reference.
insert
Inserts a file into a folder.
list
Lists a folder's children. To list all children of the root folder, use the alias root for the folderId value.