I created a simple app on appspot in 2009. It was great. Some people used it. In 2012 I got an email from Google App Engine:
We’ve noticed that you are running at least one application configured to use the Master/Slave (M/S) datastore. This application configuration was officially deprecated on April 4, 2012, in accordance with our deprecation policy, in favor of the more reliable High Replication Datastore (HRD).
When we deprecated the M/S datastore, we introduced a migration tool that allows you to easily migrate all your datastore and blobstore data to a new HRD application.
So (getting around to addressing this just now) I go to the migration tool link, which sends me to https://appengine.google.com/, where I see the my app is listed as "DISABLED". I don't see any way to re-enable it.
The help page says that I may have violated the terms and conditions (perhaps by not migrating?). Any hints on how I can fix this?
Thank you, Jason