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.

files.list , children.list

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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -