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.
相关问题
- Invalidate Google Cloud CDN cache from the backend
- Getting 'Missing required field: member' w
- Script fails on SpreadsheetApp.openById - Requires
- Is service account in google calendar api v3 the r
- File upload via REST v3 appears as “Untitled”
相关文章
- How to embed Google Speech to Text API in Python p
- Does google-hosted jquery helps google to track vi
- Is there a google API to read cached content? [clo
- Creating GoogleApiClient for multiple activities
- Google Calendar - Permission to Access
- Proper WWW-Authenticate header for OAuth provider
- Google OAuth 2.0 User id datatype for MYSQL
- Google OAuth 2: response_type error on token reque
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.
If you want to change the email address that is displayed to the user you have to:
Add permission for the new email address to handle the project:
Menu > IAM & Admin > IAM
, then click on theAdd
button, enter the email address and selectRole > Project > Owner
Accept the invitation from the new email address. Check your emails, click on the confirmation url and accept the terms and conditions.
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.)