简体   繁体   English

如何在使用Google帐户UserService时更新App Engine应用程序名称

[英]How to update the App Engine Application Name when using Google Account UserService

I have an existing App Engine (Java) app and we use the UserService for Google Account authentication of our users. 我有一个现有的App Engine(Java)应用程序,我们使用UserService对我们的用户进行Google帐户身份验证。

We'd like to update the Application name that shows up on this screen when users click through to allow access to their Google Account: 当用户点击以允许访问其Google帐户时,我们想要更新显示在此屏幕上的应用程序名称: 在此输入图像描述

I am pretty sure it was an option in the old App Engine console/settings screen but I cannot find it in the new settings screen. 我很确定它是 App Engine控制台/设置屏幕中的一个选项,但我无法在新设置屏幕中找到它。

Does anyone know where this setting has been moved to or how to update the Application name? 有谁知道这个设置被移动到哪里或如何更新应用程序名称?

As an aside, incase any App Engine team members track this tag, is App Engine OK? 另外,如果任何App Engine团队成员跟踪此标记,App Engine是否正常? Is anyone testing it? 有人测试过吗? I am a bit nervous! 我有点紧张! This is how my settings screen looks in the new Cloud Console: 这是我的设置屏幕在新的云控制台中的显示方式:

在此输入图像描述

From the Signing in and out section of the Users Java API Overview doc: 从Users Java API Overview doc的Sign in and out部分:

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. 如果您的应用使用Google帐户或Google Apps进行身份验证,则当用户使用您在注册应用程序时选择的应用程序名称登录应用程序时,应用程序的名称会显示在登录页面上。 You can change your application name in the Google Cloud Platform Console projects page . 您可以在Google Cloud Platform Console 项目页面中更改您的应用程序名称。 Click on the pencil icon for the project you want to rename. 单击要重命名的项目的铅笔图标。

Confirming the answer from @steeling in this python Q works: https://stackoverflow.com/a/36829844/883778 在这个python Q中确认@steeling的答案是有效的: 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. 如果有让我知道。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google App Engine上的UserService问题 - Problems with UserService on google app engine 登录后如何使用Java在应用引擎上保留查询字符串(使用Google的`userService`)? - How to preserve a Query String after Login(using Google's `userService`) on app engine using Java? Google App Engine 应用程序中的静态文件授权(不使用 Google 帐户) - Authorization for Static Files in Google App Engine application (not using Google Account) Spring Security + Google App Engine + UserService:注销的正确方法是什么? - Spring Security + Google App Engine + UserService: What is the correct way to logout? UserService.getCurrentUser()在Google App Engine上返回null - UserService.getCurrentUser() returns null on Google App Engine App Engine中的UserService,OAuth和AJAX - UserService, OAuth, and AJAX in App Engine 在Google App Engine网络应用程序中使用Google帐户登录选项 - sign In with Google account option in google App Engine web application 如何使用javaGUI(java应用程序)将文件上传到Google App Engine - How to upload a file by using javaGUI(java application) to google app engine 使用 IntelliJ IDEA 进行调试时如何将服务帐户凭据添加到 Google App Engine? - How to add service account credentials to Google App Engine when debugging with IntelliJ IDEA? Google Appengine的UserService使用问题 - problem using UserService of google appengine
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM