Wednesday 7 August 2013

cannot query in gdrive .Children.list

cannot query in gdrive .Children.list

I set
String queryString2 = "mimeType='application/vnd.google-apps.folder' and
title='333213' ";
Children.List request_2 = service.children().list(mainFolder_Id);
request_2.setQ(queryString2);
the result cannot filtered by the queryString2. It just response all the
items in folder. Anyone know what's wrong???

No comments:

Post a Comment