On the website https://code.google.com/apis/console I have registered my application, set up generated Client ID: and Client Secret to my a
In my case, my credential Application type is "Other". So I can't find Authorized redirect URIs
in the credentials page. It seems appears in Application type:"Web application". But you can click the Download JSON
button to get the client_secret.json
file.
Open the json file, and you can find the parameter like this: "redirect_uris":["urn:ietf:wg:oauth:2.0:oob","http://localhost"]
. I choose to use http://localhost and it works fine for me.