Google Drive listing, searching and deleting files

google-drive-api

Solution

Drive API v2 was launched yesterday, which now supports full file operations including listing, searching, etc.

Check out the reference docs.

Problem

I'm building a web app that integrates with Google Drive, and am wondering if there was a way to list, search or delete files. I see from https://developers.google.com/drive/v1/reference/files#resource that there are 4 operations. If there are no list and search capabilities then the onus is on the app to handle the management of file ids. Is there another API I should be using? Are those features in the works?

Original source