Reputation: 159
i just changed the developerKey and clientId. upon testing, a popup showed to choose which google account should i use. after that, it showed a popup again for me to allow my application to access the drive. after clicking the allow button. nothing happened. popup closed. no message in console.
here is the link https://developers.google.com/picker/docs/#hiworld
Upvotes: 1
Views: 631
Reputation: 734
You also need to enable Google Picker API on your project:
Now it should open the Google Picker correctly.
I hope it's clear!
Upvotes: 1