Jacek Kwiecień
Jacek Kwiecień

Reputation: 12639

Minimal Android API for an app integrated with Google Drive

I just watched this I/O part and it's amazing. I was wondering if I could achieve something like Google Drive access (like for backup reasons) on my app that uses minimum API 7 (2.1). Anybody tried that?

Upvotes: 3

Views: 629

Answers (1)

Jonathan Naguin
Jonathan Naguin

Reputation: 14776

To integrate Google Drive you will need the Drive API. The developer guide for this SDK specifies 3 environments:

  • Java 5 (or higher) standard (SE) and enterprise (EE)
  • Android 1.5 (or higher) (details)
  • Google App Engine

Upvotes: 2

Related Questions