Android API for Google Drive?

android, google-drive-api

Solution

edit: with the deprecation of the docs list API, this is no longer the best solution

You can use the existing Documents List API to access Drive resources, they share the same endpoints.

Problem

It seems the currently released API is focused on Chrome store apps. Will there be an API for Android or is it possible to use and existing API like the Google Documents list data? And if so, which URL should be used for listing/accessing files?

Original source