ParentList Event
This event fires once for each parent returned when calling ListParents.
Syntax
googledrive.on('ParentList', [callback])
Callback
The 'callback' is called when the 'ParentList' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.id e.root
Remarks
When calling ListParents this event will fire once for each parent that is returned.
Id specifies the Id of the returned parent.
Root specifies whether the parent is the root folder.