On Fri, May 18, 2012 at 1:54 AM, Justin Anderson <[email protected]> wrote: >> Has anyone seen any evidence of an Android API for Google Drive yet? As I >> remember from reading the developer info when it first became available you >> can only use the SDK for apps registered in the Chrome store. > > > According to this, that is still true: > https://developers.google.com/drive/get_started >
While there is no 'official' Android API, Google Drive is basically the new name of Google Docs, so you can use it with the GData API or the google-api-client as described here: http://stackoverflow.com/questions/10330053/google-drive-docs-api-for-android They even have the mapping available for google-api-client: http://code.google.com/p/google-api-java-client/wiki/APIs#Drive_API I haven't used it personally, but there are a few apps that integrate it, so it should work. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

