Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>EDIT:</strong> Since we launched the Google Drive SDK v2 the preferred way is to use the Drive API (and not the Document List API). There is a full-access scope which gives you access to listing and reading all the drive files and which can be used in Android apps easily since our <a href="http://code.google.com/p/google-api-java-client" rel="nofollow noreferrer">newer client library</a> is Android-friendly! I also recommend watching <a href="http://www.youtube.com/watch?v=xRGyzqD-vRg&amp;feature=plcp" rel="nofollow noreferrer">this talk from Google IO</a> which is explains how to integrate mobile apps with Drive.</p> <p>You can also use the per-file scope and <a href="https://developers.google.com/drive/integrate-android-ui" rel="nofollow noreferrer">integrate with the Drive Android App</a> intents.</p> <p>We are coming with full sample apps and dev guides so please stay put.</p> <hr> <p>This has already been answered in <a href="https://stackoverflow.com/questions/10306456/android-api-for-google-drive">this SO post</a>.</p> <p>Basically currently the Google Drive SDK is targeted at Chrome Web Store web applications. To use Google Drive on Android today you will have to use the GData Document List API.</p> <p>The GData client libraries are older (pre-Android world :)) and don't play well with Android. As explained in the other post by Alain you have the choice of still trying to use the GData client library or use the newer <a href="http://code.google.com/p/google-api-java-client" rel="nofollow noreferrer">google-api-java-client</a> but since it doesn't have Document List API service classes you will have to manually implement it.</p> <p>Probably the simplest and most lightweight option would be to use the HTTP based REST protocol of the API directly along with a good XML parser. The protocol is described in the <a href="https://developers.google.com/google-apps/documents-list" rel="nofollow noreferrer">documentation of the Google Document List API</a> just find the tabs that reads "protocol" wherever there is code samples in the page.</p> <p>Last option you wait until we eventually release something better and newer that plays well with Android :)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload