Hi,

Did you by chance, create the application under a 'Google Apps Account' ? 
If that is so, then you need to log into 
http://appengine.google.com/a/yourdomain to access applications created 
from your Apps account.

You are unable to recreate another application because projects support 
only a single App Engine application. To check if your GCP project already 
contains the Application resource, you can use either the apps.get method 
<https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps/get> 
or 
run the gcloud app describe 
<https://cloud.google.com/sdk/gcloud/reference/app/describe> command.

Currently, there is no way to delete an existing app in GAE. Once created 
it cannot be removed, nor its initial settings can be changed (like the 
region where it was deployed). The only possible workaround is starting a 
new project and deploying a new application. 

I hope this helps.

On Thursday, August 6, 2020 at 10:57:52 AM UTC-4, Ronoaldo Pereira wrote:
>
> It was unfortunate but a small yet useful webservice I developed long time 
> ago using Go 1.9 got broken recently. Google sent me several notices, and I 
> reviewed most projects except this particular one.
>
> Unlike the other projects I had to apply changes to, this one refuses to 
> accept new deployments, telling me that there is no app engine application. 
> However, any attempt to create one fails telling that the app already 
> exists. Project id is "ronocode".
>
> I guess this one got broken because it had only now deprecated 
> versions/services. Is there a way to use this project again? The project ID 
> is fun and I don't want to miss it. Also, I have some hard-coded pointers 
> to the appspot.com domain (silly me :| )
>
> Any tip to help with the deployment is apreciated.
>
> Best regards,
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/24c8fe67-272f-4fb8-8a03-6ed907013e17o%40googlegroups.com.

Reply via email to