ListParents Method
Lists the current file or folder parents.
Object Oriented Interface
public function doListParents();
Procedural Interface
incloudstorage_googledrive_do_listparents($res);
Remarks
This method lists the parents of the file or folder specified by ResourceId. After this method returns query the ResourceParent* properties.
The ParentList event will also fire once for each parent returned.