Google Picker API Implementation in dart

Viewed 33

Needed Support/Guidance on Implementing google Picker API with Google Drive.

Found official support for Google Drive and not for Google Picker. (Link Provided below) https://pub.dev/packages/googleapis

Currently able to upload and see files in my drive on authentication with drive scope using the google sign-in package.

From official google docs for google picker API, support provided for JS https://developers.google.com/drive/picker/guides/overview#gdata

Is there any way to implement google picker API in flutter?

0 Answers
Related