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?
Go into App Engine, Versions, and then click on STOP.
The mail API provides two ways to send an email message: the mail. send_mail() function and the EmailMessage class. This page describes how to use the legacy bundled services and APIs. This API can only run in first-generation runtimes in the App Engine standard environment.
Deploy your application to App Engine using the gcloud app deploy command. This command automatically builds a container image by using the Cloud Build service and then deploys that image to the App Engine flexible environment.
If you omit the version from the URL you are getting the default version that you have chosen from the dashboard. So in theory you can have up to 25 different application running under the same project, but they will share the same datastore.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With