Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change Google consent screen email?

I created new Google Play game and would like to change the email displayed on Google Consent Screen. Google Developers Console screen has a dropdown to choose email, but just one - admin's email - is here. I've added another user as the owner, but it is not appeared on the consent screen.

like image 346
LA_ Avatar asked Apr 16 '14 09:04

LA_


People also ask

How do I change user support email in OAuth consent screen?

Go to the Google API Console OAuth consent screen page. Add required information like a product name and support email address. Click Add Scope. On the dialog that appears, select the scopes your project uses.

How do I set the consent screen in OAuth Google?

Configure OAuth consent & register your appOpen the Google Cloud console. At the top-left, click Menu menu > APIs & Services > OAuth consent screen. Select the user type for your app, then click Create. Complete the app registration form, then click Save and Continue.

How do I get rid of OAuth consent screen?

Currently there is no way to delete the consent screen once you have created it. I suggest that you send feedback to the team and let them know they should offer this option.

What is consent screen?

The OAuth consent screen is a prompt that tells users who's requesting access to their data and what kind of data users are allowing your app to access.


2 Answers

If you want to change the email address that is displayed to the user you have to:

  1. Add permission for the new email address to handle the project: Menu > IAM & Admin > IAM, then click on the Add button, enter the email address and select Role > Project > Owner

  2. Accept the invitation from the new email address. Check your emails, click on the confirmation url and accept the terms and conditions.

  3. Log in to the Google Developers Console using the NEW email address. Only the new email address can change the displayed email address. You don't have to log out or open an incognito window. You can simply add a new account by clicking on your account photo (upper-right corner) and then selecting the Add account option.

Tip: When you visit the page, you will be logged in with your primary account by default. If you want to be logged in with the second account you just created, simply append &authuser=1 to the end of the url. If you have more than 2 accounts, you can use the value authuser=2 or 3 and so on. (The default value for your primary account is 0.)

like image 89
steliosf Avatar answered Sep 20 '22 08:09

steliosf


You need a second email address then add that person / email as admin of the project. Then you will be able to add that email in the consent screen.

The Console has changed a lot since 2014, You need to add another user as the admin then you must login to console with that email and connect it. Then you will be able to change it.

enter image description here

A new user can be added via the Iam for your project.

enter image description here

like image 45
DaImTo Avatar answered Sep 22 '22 08:09

DaImTo