How to authorize an internal server (no public URL) OAuth 2.0 origin for a Google API? -


when creating oauth 2.0 client id use google api, 1 must add authorized origin providing server's url (at google developer console -> api & auths -> credentials tab).

however, server not have public url. this page mentions , suggests using localhost, tried , did not work. ideas?


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -