Sharing interactive posts from Google+ on Google Drive?

时光总嘲笑我的痴心妄想 提交于 2019-12-24 09:15:20

问题


I'm using the interactive post feature from Google+, but it's being blocked

  • Claimed origin not in whitelist: https://googledrive.com
  • Unsafe JavaScript attempt to access frame with URL

My Google APIs Console is using the URL from the website as JavaScript origin, all there looks right.

https://developers.google.com/+/features/interactive-posts

Thanks.


回答1:


Google Drive is available from multiple origins, you might be missing some of these possibilities from your APIs Console project, for example:

https://drive.google.com
http://drive.google.com
https://googledrive.com
https://www.googledrive.com
http://googledrive.com
http://www.googledrive.com

Each of those is considered a different origin. Plus depending on what you're doing, it could be on docs.google.com too.



来源:https://stackoverflow.com/questions/15139352/sharing-interactive-posts-from-google-on-google-drive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!