I'm using release version 2.2.1 (latest) of the google php sdk. I need to get a list of all the files/folders from a specific folder on drive. From Google's documentation the proper way to do this is explained here. But when I use their example (passing in the id of the folder where I want to list the children) I get this error:
PHP Notice: Undefined property: Google_Service_Drive::$children
Looks like this method has been removed or am I missing something. Is there another recommended way?
Side note: wish google would give the php sdk a little more love.