Google Cloud .NET Core publish Enable Services - google-app-engine

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

Related

Not able to deploy VS2017 GCP application to google cloud 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

Using Amazon SDK on Google App Engine

We are using amazon sdk for sns push notifications. We deployed our app on Google App engine. While using amazon sdk we are getting following exception
Could not initialize class com.amazonaws.ClientConfiguration
at com.amazonaws.services.sns.AmazonSNSClient.<init>(AmazonSNSClient.java:128)
Looks like is it because of Sockets/Threads using by Amazon SDK.
Is there anyway to use amazon sdk on google app engine application.
Which App Engine environment are you using? (standard or flex). App Engine standard may require the use of the Sockets API or UrlFetch for outbound connections, which won't always work with open source libraries (today).
One option here is to deploy your app to App Engine Flexible, which won't have the same requirements.

App cannot enable Google Cloud Storage?

My primary app id has a very limited set of options in the Cloud Console for some reason. Notably, I cannot access "APIs & Auth" to enable GCS. Here's the menu I see on the left side. Billing is enabled and my app is actively serving traffic. Other apps I create work just fine.
Here is what I see:
Overview
Permissions
Settings
Support
Preview App Engine
Preview Cloud Datastore
BigQuery
Here is what I expect (and see from other projects):
Overview
APIs & auth
Permissions
Settings
Support
Preview App Engine
Compute Engine
Cloud Storage
Preview Cloud Datastore
Cloud SQL
BigQuery
Cloud Development
I had a similar problem where I did not see "Google Cloud Storage" on my Cloud Console. The solution I got from Google a while back was the following:
Sign in to AppEngine under the account that created the App. (via appengine.google.com)
Click "Application Settings" under the Administration Settings
There you should find a button to enable Google Cloud Console, under a section called Cloud Integration
This should tie your application as you expect it.

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.

Missing Cloud Storage Feature in Project

I have an existing project in Google Clouds that only showing this 3 features: App Engine, BigQuery, and Cloud Datastore. The project is not accessible from Google APIs Console (not showing in the dropdown). How can I add Google Cloud Storage to this project?
*If I create a new project now in either Google Clouds or Google APIs, it will come with App Engine, Compute Engine, Cloud Storage, BigQuery, APIs, Cloud Datastore, and Cloud SQL. But I want to use back my existing project because it has whitelisted to use gaeforphp.
Thanks.
App Engine projects created in the past may not be connected to the rest of the Google Cloud APIs. You can enable this by:
visiting: https://appengine.google.com/
Choose Application Settings from the administration section on the left.
Scroll to the very bottom, the Cloud Integration section.
Click the add project button.

Resources