如何在Electron应用程序中使用YouTube API?

时间:2015-11-16 22:04:58

标签: youtube-api youtube-data-api electron

我试图在Electron应用中实现基本JavaScript Code Samples。我已成功创建了我的项目,并在Google Console中添加了API密钥凭据。

然而,当我尝试将基本样本放入Electron应用程序时,我收到以下错误:

  

拒绝展示' https://accounts.google.com/o/oauth2/auth?client_id= ...'在一个框架中因为它设置了X-Frame-Options'到' SAMEORIGIN'。

我应该怎么做才能避免这种情况?

1 个答案:

答案 0 :(得分:0)

有时,客户ID可能是问题所在。 See Here

如果不起作用,您也可以使用CORS:

https://developers.google.com/api-client-library/javascript/features/cors