asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
544 stars 152 forks source link

Children: list #128

Closed mmikhan closed 8 years ago

mmikhan commented 8 years ago

Hi, Is there any built-in method available for getting everything under a folder. Google have the Children: list API point to get this.

asimlqt commented 8 years ago

Hi, I'm assuming the Google Drive PHP SDK has support for that. This project uses the Spreadsheet API which has nothing to do with Drive so unfortunately this is not possible.