I try to implement google oauth, following the Google OAuth2ForDevices.
My App is registered on Google Cloud Console, as native App. When I try to follow the OAuth2ForDevices using Google Chromes - Advanced Rest Client Application, I get the json response with the user_code and verfication_url. Opening the verfication_url and enterering the user_code, leads to the follwoing Error:
invalid_client: no support email Error 400
I tried this with 2 registred Apps on Google Cloud Console. Both leading to the same error.
Anys hints, how to solve this? Do I have to register a support email
somewhere in google cloud services?