In the new Google API console, configure authorized OAuth2.0 sources from
Your Project > APIs & auth > Credentials
You may need to add a new client identifier specifically for the web application (I did this because by default for AppEngine)
Create Client ID > Web Application > Authorized Javascript origins
If you are running on a local dev server, just add the exact url, for example:
http:
Johno Scott Jan 21 '14 at 23:19 2014-01-21 23:19
source share