1

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.

Dharman
  • 30,962
  • 25
  • 85
  • 135

2 Answers2

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