ChildList Event
Fires once for each child when calling ListChildren.
Syntax
googledrive.on('ChildList', [callback])
Callback
The 'callback' is called when the 'ChildList' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.id e.link
Remarks
This event fires once for each child returned when calling ListChildren.
Id is the Id of the child.
Link holds a link to the child.