我使用官方文档中的link将听众整合到我们的网站中。{/ p>
直到最近才开始工作。
gapi.load('auth2', () => { // Error occurs here
auth2 = gapi.auth2.init({
client_id: 'MY CLIENT ID',
cookiepolicy: 'single_host_origin',
});
// Other code here
});
在初始gapi.load期间,我收到404错误。 从chrome检查工具附上了它的截图。
我直接在这里粘贴了错误。
Request URL:https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.en.kouJO3hwSnU.O/m=auth2/rt=j/sv=1/d=1/ed=1/am=AQ/rs=
AGLTcCOEP7w5Py-EdoYJe54gagnXDmyBmg/cb=gapi.loaded_0
Request Method:GET
Status Code:404
Remote Address:172.217.26.206:443
Referrer Policy:no-referrer-when-downgrade
Response Headers
alt-svc:quic=":443"; ma=2592000; v="39,38,37,35"
content-length:0
content-type:text/html
date:Wed, 11 Oct 2017 10:36:28 GMT
server:sffe
status:404
x-content-type-options:nosniff
x-xss-protection:1; mode=block
任何帮助将不胜感激。