android - Enumerating folders and files using Google Drive SDK V2 -
i little confused v2 google drive sdk.
there seems 2 methods retrieve information files , folders.
using files.list
not seem able narrow search files in specific folder using children.list
returns basic file information such id. there no filenames.
it looks have retrieve list of children , perform request each child find out filename seems inefficient.
what normal\correct way enumerate folders , contents using google drive?
alternative approach use files.list query expression limit parent.
q='id-of-parent' in parents
this give same results child collection, full metadata each item.
Comments
Post a Comment