I've created an new project in the Google Developers Console and wanted to add OAuth 2.0 client ID Credentials for a Web Application, wich requires me to set a product name on the consent screen. Once I hit save after entering a product name on the OAuth constent screen configuration tab an error occurs and my changes are not applied:
The user request is invalid. Please check your URL and try again.
Server Response:
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT"
}
}
I guess the problem is name or mail related since all parameters except for poduct name and support mail address are optional. Tries all sort of strings as product name (without space, lowercase, long, short, random).
Since the error code is not mail related I'm tempted to believe that my issue isn't related to others I found.
Also tried to fill every optional parameter with valid URLs, but that did not help either.
Hope someone encountered a similar issue and can give me some advice. Thank you!