Not able to deploy VS2017 GCP application to google cloud App Engine - google-app-engine

I have a google cloud account.I am trying to deploy ASP.Net Core application on Google Cloud Platform app engine flex.I am getting an error message saying services need to be enabled. I don't understand what services are to be enabled for deploying this application directly to google cloud
please see the screen shot of the error msg

Related

Google Cloud .NET Core publish Enable Services

Trying to publish a .NET Core app to Google Cloud following this guide;
https://cloud.google.com/dotnet/
I get to this screen;
Clicking on "Enable the services" and it does nothing. I have gone into the Google Console and enabled Google App Engine Flexible Environment. What else needs to up enabled?
You need to enable these services:
App Engine Admin API
Google App Engine Flexible Environment
for you project.
You may use Google Cloud Console: API & Services

Google Cloud Deployment - User disabled

Following this instruction, I try to deploy a front end app to Google Cloud. On the last step, I get the following error for the command "gcloud app deploy"
(gcloud.app.deploy) Unable to deploy to application [my-app] with status [USER_DISABLED]: Deploying to stopped apps is not allowed.
I take a look at my Google Cloud account and can't find the disabled status.
Where shall I look to solve this problem?
You should be able to re-enable your application by going to App Engine -> Settings when managing your project in the Google Cloud Platform Console.
yeah you need to enable your application here
If the app is enabled in the App Engine Settings, you might not have selected the correct project:
gcloud config set project <app-engine-project-id>
You can see the ID in the right column after clicking on the project name in the Google Cloud Platform header on the website.

Google App Engine Custom Admin Pages in the New Google Cloud Console

I'm a Google App Engine user, and I got this message saying the old app engine console will be retired by the end of March.
However - as it seems, there is no place in the Google Cloud Console (which is supposed to be the only available console to manage App Engine projects) to access and use the custom admin pages used to manage the project.
Does anyone know what is up with that?
Thanks,
-Lior

Google App Engine - Google APIs Console - Google Cloud Console

I wanted to ask what the difference between Google App Engine, Google APIs Console and Google Cloud Console is?
I will deploy a Project which will fetch some Websites and provide the data to my Android Application.
What is the best to use? I do not know what is for what.
Google App Engine lets you run web applications on Google's infrastructure : https://developers.google.com/appengine/docs/whatisgoogleappengine
Google APIs Console is Console to administrate Google API (deprecated)
Google Cloud Console is new version of Google APIs Console.
So for your Project use Google App Engine.
And for example use URL Fetch https://developers.google.com/appengine/docs/python/urlfetch/
A bit of background: At one point in time, Google APIs had its own console and Google App Engine had its own console. Eventually, it was decided that we should merge these two consoles into one console. We've already turned down the APIs console, and we're working on turning down the App Engine admin console.
So to answer your question: you should use the Cloud console unless you need to use the App Engine admin console for some obscure reason.

How to set the IP of the Google App Engine and setup GCM?

Just discovered Google App Engine and wondering if there is a way to push message my Android app?
Does Google App Engine have a Java API for Google Cloud Messaging? Can I set the IP of the Google App Engine and setup GCM?
You can use Google Cloud Messaging in an App Engine app to push messages to your Android app.
See this tutorial for more information.

Resources