1 of 9

Google Drive SDK & Android

GDG Sacramento

July 11, 2013

Thomas Amsler

2 of 9

Google Drive SDK

The core functionality of the Google Drive SDK is to download and upload files in Google Drive. However, the Drive SDK provides a lot more than just storage.

https://developers.google.com/drive

3 of 9

Google Drive SDK

  • Create and open files directly from the Drive UI
  • Search for files
  • Distribute and market through Google Drive
  • Share and collaborate
  • Create and open files using shortcuts and the Google picker
  • Export and Convert Google docs

4 of 9

Google Drive SDK: File IDs

With the Drive SDK, you'll use a model based on file IDs, rather than a traditional folder hierarchy, when working with Google Drive files and folders.

  • Working with folders:
  • Manage file metadata:

5 of 9

Google Drive SDK: API

Files

About

Changes

Children

Parents

Permissions

Revisions

Apps

Comments

Replies

Properties

  • API DOCs

6 of 9

Google Drive SDK: Android

DEMO

  • Quickstart Guide
  • Take picture and store it to Google Drive
  • Create JSON (TXT) file and store it to Google Drive

7 of 9

8 of 9

9 of 9