Description:
Since October, when creating an OAuth 2.0 client credential, in authorized JavaScript sources, I cannot register URIs from googleusercontent.com
domain, used in Google Apps Script web app.
Example / Steps to reproduce the problem
- Open the OAuth 2.0 credentials console
- Add the next google web app JavaScript origin
https://n-rzzilggwjj2adcfyrz2h2nyog7wljc2s2ern2vq-0lu-script.googleusercontent.com
or simplyhttps://googleusercontent.com
- I get the next message error:
The request failed because one of the field of the resource is invalid.
How can I create a Google OAuth 2.0 client credential to use Google sign in in my web app?