Google Drive / List of files in a folder

I have few questions. I'm there somehow (I read the API, but maybe ...), how to list files in a folder using only the Google Drive API? I mean the borderless API Document List.

If I send a GET request https://www.googleapis.com/drive/v2/files , then I will get all the files and folders in my Google Drive, but I will not show only the files that are inside a specific folder.

My English is bad, but I hope you understand me

If this is not the case, then I should use the document list API. thanks for answers

PS: I am making an application in C ++ / QT for MeeGo and Symbian OS mobile systems

+4
source share
1 answer

solved. I have to use search string options with = q

+2
source

All Articles