加载资源失败:服务器响应状态为403(),使用Netlify的youTube API



我使用te Youtube API进行React Youtube克隆,它在本地服务器上运行良好,但当我使用Netlify主持项目时,我会出现以下错误:

Failed to load resource: the server responded with a status of 403 ()
createError.js:16 Uncaught (in promise) Error: Request failed with status code 403
at e.exports (createError.js:16)
at e.exports (settle.js:17)
at XMLHttpRequest.p.onreadystatechange (xhr.js:61)

我还尝试过用Firebase托管,没有错误,但数据从未加载。。

您可以尝试以下操作:查看授权指南了解如何使用Youtube API。它可能允许使用localhost,但要求您使用凭据注册web应用程序。

授权文件

相关内容

  • 没有找到相关文章

最新更新