Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/googlearchive/drive-android-quickstart
- Owner: googlearchive
- License: apache-2.0
- Archived: true
- Created: 2013-12-03T23:25:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T22:32:14.000Z (almost 7 years ago)
- Last Synced: 2024-04-15T02:53:28.743Z (10 months ago)
- Language: Java
- Homepage: https://github.com/gsuitedevs/android-samples
- Size: 568 KB
- Stars: 240
- Watchers: 28
- Forks: 159
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-projects-boilerplates - Android Quickstart
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)