Kenny
Kenny

Reputation: 1152

Sharing interactive posts from Google+ on Google Drive?

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

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.

Upvotes: 1

Views: 630

Answers (1)

BrettJ
BrettJ

Reputation: 6851

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.

Upvotes: 2

Related Questions