5

I am developing a Flutter app, in which I want to integrate my google drive so that I can access contents of my drive through application.

I am a beginner in Flutter and have no prior app development knowledge. Please help me with some code which I can use to perform above mentioned operation.

RahulKharya
  • 89
  • 1
  • 1
  • 5
  • 1
    Welcome to SO. This site is used to ask for help with your own code. Perhaps you could try asking your question on freelancer.com for code requests. – pinoyyid Oct 13 '18 at 17:16

1 Answers1

11

The googleapis package https://pub.dartlang.org/packages/googleapis provides support for the Drive API.

See How to use Google API in flutter? for how to use it with Flutter GoogleSignIn.

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567