Why is Google Picker Hello World not working?

无人久伴 提交于 2021-01-28 11:52:28

问题


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


回答1:


You also need to enable Google Picker API on your project:

  1. Go to https://console.cloud.google.com/apis/dashboard?project=YOUR-PROJECT-NAME
  2. Click on "ENABLE APIS AND SERVICES"
  3. Search for "Google Picker API"
  4. Click "ENABLE"

Now it should open the Google Picker correctly.

I hope it's clear!



来源:https://stackoverflow.com/questions/53844104/why-is-google-picker-hello-world-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!