1

I created a new appengine project, which creates a default web app and associated client ID. When I try to use this client ID, I get "invalid client ID".

pinoyyid
  • 21,499
  • 14
  • 64
  • 115

1 Answers1

0

This looks like a bug in the cloud console.

To fix, I created an additional web app, which creates an additional client ID of the form 123456-randomness.apps.googleusercontent.com

The secondary client ID works.

When I go back and try the original client ID, that now works too.

pinoyyid
  • 21,499
  • 14
  • 64
  • 115
  • I feel your pain. It is one big mess, the new cloud console. Lot of migration going on behind the scenes with the old and new consoles, oauth1 vs oauth2 and openId being deprecated. – koma Nov 19 '13 at 20:59