google apis 控制台“Javascript 起源”
Google Api 控制台中的“Javascript Origins”有何意义?这是谷歌允许访问我的脚本(可以访问它的 API)的路径吗?
使用 Google Api 时,在上传访问 Google Api 的 .js 文件时,我需要采取哪些额外措施,牢记 Javascript 起源,以便它们正常工作?
What is the significance of "Javascript Origins" in Google Api console ? Is it the path from which google allow access to my scripts which may access it's API ?
While using a Google Api , what additional care I have to take , keeping the Javascript Origins in mind, while uploading my .js files accessing Google Apis , so that they work properly ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它在适用于 JavaScript 的 Google API 客户端库中使用。我尝试使用 OAuth 2.0 访问令牌从“Javascript Origins”与我自己的 JS 交叉发布,但它不起作用。如此看来,JS gadget只运行在Google gadget环境中就可以工作。
It is using in Google APIs Client Library for JavaScript. I tried cross posting from "Javascript Origins" with my own JS using OAuth 2.0 access token, but it is not working. So it seems, JS gadget running only in Google gadget environment will work.