App Engine missing in Cloud Console - google-app-engine

I have an old project (~1.5 years) that I want to start working on again. It shows up in the project list in the developers console. I am wanting to add an App Engine component to the project, but this item is missing from the categories on the left, i.e. under Compute I only have "Compute Engine, Container Engine, Click to Deploy".
Another project that I started more recently also lists "App Engine" before "Compute Engine".
I am thinking that this is an older project that hasn't been updated completely on the back-end. When I recently (this week) went into the project, a popup asked me to accept a Project ID(i.e. random-word-####). Previously the project didn't have a Project ID, just a Project Number.
I tried to follow a process that I saw for linking an App Engine to an existing Cloud Project, but creating a new App Engine project automatically creates a new Cloud Project.
Is there a way to be able to create a new App Engine program under an older Cloud Project?

Adding App Engine support to existing projects that were created outside of Developers Console is currently not possible. This is something we are working on, and I expect it to be added in the coming months.

Related

undeploy an java application from google app engine

How can we un-deploy an application from GAE?I don't want to delete the Project, instead I am trying to undeploy the app and use the same project to deploy completely different code.
Just deploy a new code, as a new version, then remove previous version.
You need at least one version always deployed, but if you don't have any replacement at this moment you can deploy a simple one static page project.

Can't delete app engine project

I have an app engine project which coun't be deleted. The project was created by ‘Duplicate Application Settings' function when migrating an application with a master-slave datastore.
Something went wrong during the migration process and I decided to delete the newly created application but had no success. I used both traditional app engine adiministration console and the new cloud platform console to delete the application but the application still be there and running after the scheduled time.
I want to reuse the application id and don't like to have an unused project in my app list. Is there any way to delete it successfully?
Thanks!

Console - created new project; auto-created app engine app; can't set billing

I am getting very confused with the whole cloud console api console thing.
I just created a new Cloud Console project in order to setup some GCE instances. It seems to have auto-created an App Engine app. That is fine, but when I go to enable billing, it tells me that it cannot enable billing for app engine apps and that I need to do that in App Engine Console.
Earlier this week, I tried to setup a project to include both an existing App Engine app and Compute Engine. I was asked to got through the request access process like before GCE was available.
I created a project in the Cloud Console by starting in the App Engine console and choosing Cloud Integration. I said there was an error creating the project, but it seems like it created it. However, when I go to that project in Cloud Console, there is no option to even add Compute Engine.
Two questions:
(1) Is there something outlining the differences between Cloud Console and API Console and when it is most appropriate to use one over the other?
(2) How do I get a project (in either one I suppose) that includes an existing App Engine app and Compute Engine resources that I want to create in this project?
Thanks for your help.
-- Jay
Cloud Console is essentially a planned replacement for the API console,
however it may not have all functionality yet
Try going to appengine admin console application settings, and at the bottom of
the page cloud integration. Click on create project. Once it succeeds go to the cloud
console and enable billing for Compute Engine

Google APIs console and dashboard show different projects

I work from a laptop or a desktop, depending where I am. I recently created two app-engine projects, no issues on either machine. I created and deployed a third using a laptop, which shows-up on https://code.google.com/apis/console.
Switching back to the original desktop machine, with all the files copied across, this third project is unusable ("does not exist") from the App Engine Launcher. Looking at https://appengine.google.com/dashboard the third project is not there.
I created and deployed a fourth project which is fine and appears in both. All I did was to use the project 3 files, change the application name in app.yaml and Add Existing Application.
So https://code.google.com/apis/console dashboard shows all 4 projects, https://appengine.google.com/dashboard only shows 3 (1,2,4).
My guess is that the App Engine Launcher does not get refreshed from the web. I copied all files from laptop to desktop, but perhaps I missed some. Any ideas?
I am using Windows 7 on both machines, and not using Eclipse (just a text editor).
The App Engine Launcher does not do automatic synching of any sort. Yes, you can deploy your project to the App Engine servers, but it doesn't automatically pull projects down.
You just need to use Add Existing Project to add project 3 to your App Engine Launcher on your desktop.
Keep in mind that if you update the app from one machine, you will need to manually synch your codebase on the other machine.

Project created from App Engine Console comes with less features compared with project created from Cloud Console

When I create a new Application from App Engine Console https://appengine.google.com/,
the application also appears on Cloud Console https://cloud.google.com/console#c=l
However, clicking into the project shows that only these features are included:
App Engine
BigQuery
Cloud Datastore
Compared with Project created directly from Cloud Console:
App Engine
Compute Engine
Cloud Storage
BigQuery
APIs
Cloud Datastore
Cloud SQL
That leads to problem that App Engine project is missing access to many features and there seems no obvious way to add them back later.
Any idea what's wrong here?
1,This only implies that when you create an application from app engine console, it directly creates 3 types of projects: app engine app, datastore instance and big query(i think you need to enable the api first) with the same project id. This does not mean you cannot use the other features. It only means you need to separately enable them and give project ids.
2, If you create a project from cloud console, then it will automatically create projects under all the 7 different categories with the same project ID
Finally I found how to do this:
Go to https://appengine.google.com/
Open your app
Open Administration / Application Settings
Click the button in the "Cloud Integration" section

Resources