File picker similar to one at google sheets

207 views Asked by At

I have an application running in servlet container, it is already integrated with google oauth2. Now I want to import google sheets into it using google sheets API. For that I need file picker where user can select the google sheet to be imported. I want exactly same file picker that is available on sheets.google.com. Is it possible to integrate it with custom application or I have to develop solution my self? Any suggestions?

1

There are 1 answers

2
ReyAnthonyRenacia On BEST ANSWER

I'll give you something to start with. Try this Google Picker from Picker API. It allows you to download and upload files using the Picker. Code is located here. Check the Picker guide so you can modify it to your bidding.

It looks like this: enter image description here