Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android API for Google Drive?

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?

like image 509
AndersC Avatar asked Apr 24 '12 21:04

AndersC


2 Answers

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.

like image 181
Claudio Cherubino Avatar answered Oct 27 '22 16:10

Claudio Cherubino


Here is a guide to integrate your app with Google Drive

like image 21
Matt Avatar answered Oct 27 '22 16:10

Matt