I've been learning flutter for few days now and I wanted to make an app that uses google drive integration. I couldn't find a way to make it work.
Asked
Active
Viewed 1,493 times
1
-
You could try checking Google Drive API – Andreas Dec 17 '18 at 09:55
-
I did look into it but I am confused on how I use the API. – Prayush Bijukchhe Dec 17 '18 at 09:56
-
Then instead you should learn about how to make calls to API and explore what can you do with that – Andreas Dec 17 '18 at 10:00
-
1Similar to https://stackoverflow.com/questions/48477625/how-to-use-google-api-in-flutter/48485898#48485898 – Günter Zöchbauer Dec 17 '18 at 10:22
-
It has been a while. Did you manage to solve this problem? – Dpedrinha Sep 24 '19 at 04:09
2 Answers
0
check this package. You can use this package and look for API endpoints from official Google APIs.

westdabestdb
- 4,353
- 20
- 28
-
Thanks! I tried using this package, the place where I got stuck is how do I get the AuthClient for google drive after use login. I am kinda confused with this. – Prayush Bijukchhe Dec 17 '18 at 10:25
0
Be careful not to immediately integrate something with Google Drive, because from November 2019 Google wants to abandon the possibility of using some of the primordial features of Google Drive API;

AlexPad
- 10,364
- 3
- 38
- 48