I have lots of sub-folders and here is my code for searching
"trashed = false
AND ( ".$folderIds." )
AND mimeType != 'application/vnd.google-apps.folder'"
where the $folderIds are the subfolders, ex:
0B_123dSaMpleFolderId1 in parents or 0B_123dSaMpleFolderId2 in parents and 300 more folders
I know that limits are already posted here: What is the limit on Google Drive API usage?
but I would like to know the limits for this.. of how long should the parameter be when sending it to google drive api