Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/googlearchive/drive-android-quickstart

[MOVED] Quickstart application showing the Google Drive API for Android
https://github.com/googlearchive/drive-android-quickstart

Last synced: 3 months ago
JSON representation

[MOVED] Quickstart application showing the Google Drive API for Android

Awesome Lists containing this project

README

        

# **This repo has been moved to [android-samples](https://github.com/gsuitedevs/android-samples/tree/master/drive/quickstart).**
---

# Google Drive Android Quickstart

This application provides a
[single activity](https://github.com/googledrive/android-quickstart/blob/master/app/src/main/java/com/google/android/gms/drive/sample/quickstart/MainActivity.java)
designed to get you up and running with the [Google Drive API for Android](https://developers.google.com/drive/android).

# What does it do?

* Takes photos and stores them in Drive
* Displays a file picker to the user to select where to save files
* Shows you how to write file content
* Shows you how to set file metadata including title and MIME type

# How can I run it?

1. Create an OAuth 2.0 client as described in the [Getting Started guide](https://developers.google.com/drive/android/get-started).
1. Make sure you have [Google Play Services development](http://developer.android.com/google/play-services/setup.html) set up correctly.
1. Grab the source and create a project in your IDE
1. Run and edit!

# What does it look like?

![File chooser to create files](https://developers.google.com/drive/android/images/Create_picker.png)

![Analytics](https://ga-beacon.appspot.com/UA-46884138-1/android-quickstart)