当我尝试使用Youtube API时,我得到了:
错误:在请求的资源上没有“ Access-Control-Allow-Origin标头”
因此不允许访问来源'http://localhost:3000'。 跨域读取阻止(CORB)阻止了MIME类型为text / html的跨域响应https://developers.google.com/apis-explorer/。
我通过使用
运行chrome找到了解决方案chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security
但是我仍然无法从JSON中的api获取数据。 当我尝试获取数据时,我得到的只是:
<!doctype html>
Google API资源管理器
我的链接是https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.search.list?part=snippet&q=coding&type=video&_h=1&,当我在Youtube API Explorer上尝试时,它可以正常工作。