ListChanges Method
Lists changes for a user.
Object Oriented Interface
public function doListChanges($startchangeid);
Procedural Interface
incloudstorage_googledrive_do_listchanges($res, $startchangeid);
Remarks
This method lists changes to files that are available to a user. This can be used to check if any new changes are reported while working with a file. This allows you to be sure you are working with the most up to date version of a file.
The StartChangeId parameter is optional. If set to empty string all changes will be returned. StartChangeId may be set to a valid ChangeId value. When set only changes after the specified change Id will be returned.
Calling this method will fire the ChangeList event once for each change, and also will populate the Change* properties.