REST Resource: children

Resource: ChildReference

A reference to a folder's child.

JSON representation
{
  "id": string,
  "selfLink": string,
  "kind": string,
  "childLink": string
}
Fields
id

string

The ID of the child.

kind

string

Output only. This is always drive#childReference.

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.