I have an existing App Engine (Java) app and we use the UserService for Google Account authentication of our users.
We\'d like to update the Application name that sh
Confirming the answer from @steeling in this python Q works: https://stackoverflow.com/a/36829844/883778
Not sure if there's a proper way to refer to another question's answer as the answer for this question. If there is let me know.
From the Signing in and out section of the Users Java API Overview doc:
If your app uses Google Accounts or Google Apps for authentication, the name of your application appears on the sign-in page when the user signs in to your application, using the application name you chose when registering the application. You can change your application name in the Google Cloud Platform Console projects page. Click on the pencil icon for the project you want to rename.