Google文件选择器返回401错误

时间:2017-08-31 11:13:11

标签: oauth-2.0 google-api google-drive-api google-drive-realtime-api

您好我正在开发Web应用程序,我正在尝试实现谷歌文件选择器API。我在谷歌开发者控制台中创建了项目。我创建了API密钥和OAUTH 2.0客户端ID。我正在关注http://seanamarasinghe.com/developer/google-picker-with-drive/

我附上了样本截图。 Google Developer console

当我上传文件时,我收到错误API开发人员密钥无效。我在localhost中运行应用程序http://localhost:11726/FilePicker.html

我已输入http://localhost:11726in来源。请在下面的屏幕截图中找到 Oauth

我可以帮助解决这个问题吗?先感谢您。

1 个答案:

答案 0 :(得分:0)

这很容易。从.setDeveloperKey(developerKey)功能中删除createPicker()代码。我不知道为什么Google会在这里添加此API,但由于您已经拥有OAuthClientID,因此不需要它。如果删除该部分,则快速入门示例将起作用。

enter image description here