ChangeList Event
This event fires once for each change when ListChanges is called.
Syntax
googledrive.on('ChangeList', [callback])
Callback
The 'callback' is called when the 'ChangeList' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.id e.fileId e.deleted
Remarks
This event fires once for each change returned when ListChanges is called.
Id is the Id of the change.
FlieId is the Id of the file to which the change applies.
Deleted indicated whether the file to which the change applies is deleted.