https://github.com/rxlabz/flutter_gdrive_demo
Basic example of listing & saving google drive files from a Flutter app
https://github.com/rxlabz/flutter_gdrive_demo
Last synced: 12 months ago
JSON representation
Basic example of listing & saving google drive files from a Flutter app
- Host: GitHub
- URL: https://github.com/rxlabz/flutter_gdrive_demo
- Owner: rxlabz
- Created: 2018-12-29T16:42:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T15:30:47.000Z (over 7 years ago)
- Last Synced: 2025-07-21T21:14:05.608Z (about 1 year ago)
- Language: Dart
- Size: 86.9 KB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_to_drive
- https://pub.dartlang.org/packages/google_sign_in
- https://pub.dartlang.org/packages/googleapis

## Google auth
### [x] iOS
1. Create a [Firebase project](https://firebase.google.com)
2. Add an iOS application
3. Download the GoogleService-info.plist and add it to your xcode project /Runner
4. In the info.plist, line 36, add the REVERSED_CLIENT_ID ( from GoogleService-info.plist )
5. Run
### [x] Android
1. Create a [Firebase project](https://firebase.google.com)
2. Add an Android application
3. Enable OAuth for Drive API => https://console.developers.google.com/
4. Run
## Getting Started
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.io/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.io/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.io/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.