App cannot enable Google Cloud Storage? - google-app-engine

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.

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 storage client library

How to enable default bucket for GCS library.
I cant below options in my project console.
If your app doesn't have a default bucket, create one:
In the Google Cloud Platform Console, go to the Application settings.
Scroll to the bottom of the page to Cloud Integration.
Click Create and wait for the bucket to be created. The bucket will be completely set up and ready for use.
Note: AM using Free account.
You need to enable billing in order to use Google Cloud Storage.
https://cloud.google.com/storage/docs/signup?hl=en
Note: For most projects, Google Cloud Storage is enabled by default. You will still need to enable billing before using Google Cloud Storage.

I want to choose my own Server and own database in google app engine

I am very newly in google app engine.. There are three Questoins on google app engine and in google app engine i want to choose JAVA language.
Does google app engine provide private cloude ?
I want to deploy my application with my own server( E.x.glassfish or JBoss) on google app engine ?
I want to use my own database instead of cloud SQL in google app engine?
Is it possible or not?
With Google Cloud Appengine - no, it's impossible.
With Google Cloud Instances or Google Cloud Containers - all of this is possible.
Appengine is just one piece of Google Cloud, designed for very specific job, with infrastructure managed by Google. You can only write some code (with lot of restrictions too) that runs inside it. You can read some details about code restritions there: https://cloud.google.com/appengine/docs/java/#Java_The_sandbox
What you're looking for is Google Cloud Instances, that are more standard virtual machines, where you can run anything you want. See https://cloud.google.com/compute/
There is still tools for Load Balancing, Health Check, Centralized Logging for Cloud Instances, and other stuff similar to features provided by Appengine.

Getting SSL error in google app engine

I have created google app engine application. It works fine in my local system and also deployee successfully on server. but that url http://****.appspot.com/_ah/api/employeeendpoint/v1/employee/1 gives me below response.
{"error":{"errors":[{"domain":"global","reason":"sslRequired","message":"SSL is required to perform this operation."}],"code":403,"message":"SSL is required to perform this operation."}}
I have also try with https://****.appspot.com/_ah/api/employeeendpoint/v1/employee/1 but still not working.
Certain Google Cloud Platform products require SSL, you can simply enable SSL from your Cloud Console and it should work.
The documentation for App Engine, for Compute Engine, and for Cloud SQL.

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