How to change owner of an appengine application (moving/selling it to a new company)

给你一囗甜甜゛ 提交于 2019-12-03 16:36:51

问题


I have developed an AppEngine application that I am transferring to a different company, and I would like to remove my own personal access from this application after the transfer to the other company is complete.

The first step that I took in transferring the ownership was to invite the other person as an administrator with an "Owner" Role.

However, after the transfer, beside my name in the Admin/Permissions console, I see the message "The only SMS verified owner cannot be removed" - which appears to make it impossible to remove myself as an owner from the application.

It seems that the other "owner" cannot verify their account via SMS, since they already have administrator access to the application.

How can the other account get "SMS verified" so that we can then remove my account as an administrator from the AppEngine application?


回答1:


You could try having the new owner of the application to create a new application on appengine.google.com, that should trigger the SMS verification flow if their account is not yet verified.

If they have any issues verifying their number, they should use the form linked at the bottom of the SMS Verification for App Creation FAQ.



来源:https://stackoverflow.com/questions/10796611/how-to-change-owner-of-an-appengine-application-moving-selling-it-to-a-new-comp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!