Questions tagged [google-cloud-sdk]

Google Cloud SDK contains tools and libraries that enable you to easily create and manage resources on Google Cloud Platform, including App Engine, Compute Engine, Cloud Storage, BigQuery, Cloud SQL, and Cloud DNS.

Google Cloud SDK contains tools and libraries that enable you to easily create and manage resources on Google Cloud Platform, including App Engine, Compute Engine, Cloud Storage, BigQuery, Cloud SQL, and Cloud DNS.

System Requirements: Google Cloud SDK runs on Windows, Mac OS X and Linux, and requires Python 2.7.x. Some of the individual tools bundled with Cloud SDK have more stringent requirements: using App Engine tools for Java development requires Java 1.7+.

501 questions
-1
votes
1 answer

I want to check how long it takes to upload google cloud storage

I am uploading data from DeskTop to google cloud storage using cloud sdk. I'd like to check the time of upload. Is there a way to check? (upload start time, upload endtime, total required time) Does the DeskTop specification affect the upload…
-1
votes
1 answer

What's the difference between "Google App Engine Flexible project", "Standard project" and "Dataflow project"

After installing Google Plugin for Eclipse, there are options to create three different types of projects Google App Engine Flexible Java Project Google App Engine Standard Java Project Google Dataflow Java Project What is the difference between…
-1
votes
1 answer

Google appengine flexible environment successfully deploys but web URL displays 404 error

I've been following this tutorial: https://cloud.google.com/solutions/mobile/mobile-firebase-app-engine-flexible I reached the step titled "Deploying the service to the App Engine flexible environment", and initially could not get it to deploy due…
-2
votes
1 answer

How to delete all the logs using gcloud command

I tried the following command: gcloud logging logs delete but it is asking log name ERROR: (gcloud.logging.logs.delete) argument LOG_NAME: Must be specified. I want to get all the logs to be deleted which are default.
-2
votes
2 answers

ERROR: An app.yaml (or appengine-web.xml) file is required to deploy this directory as an App Engine application

When I try deploying my Python code through Cloud Build to Google App Engine (GAE) I receive the following ERROR message: ERROR: An app.yaml (or appengine-web.xml) file is required to deploy this directory as an App Engine application ERROR:…
1 2 3
33
34