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
0
votes
1 answer

Add Cloud SDK to Eclipse with GPE

I am trying to use the Cloud Datastore with low level API on Eclipse Mars with Google plugin but I realised I was missing some libraries used in Google tutorials: //I was using this com.google.appengine.api.datastore.Entity; Entity a =…
0
votes
0 answers

how can i use Google Cloud SDK in local development server in Windows machine?

I have already installed Google Cloud SDK in my Windows machine. In the Google Cloud SDK shell, I run the following command, dev_appserver.py c:/helloworld helloworld is the folder containing where app.yaml and helloworld.py. But it's showing the…
0
votes
1 answer

Google Cloud SDK gsutil issue: AttributeError: 'module' object has no attribute 'GetCIDIfMetricsEnabled'

Today our google cloud sdk was upgraded from 121.0.0 to 122.0.0. Subsequently we started seeing this error when we ran gsutil cp: Traceback (most recent call last): File "/usr/local/gcloud-cli/bin/bootstrapping/gsutil.py", line 75, in
runamok
  • 920
  • 1
  • 10
  • 24
0
votes
1 answer

How to create Preemptive VM using Google Cloud SDK for java?

I need to create preemptive VMs programmatically. I'm trying to make VMs using the Google Cloud SDK for Java but I'm unable to find any documentation about creation of Preemptive VMs.
0
votes
1 answer

gcloud command - gcloud preview app modules get-logs mymodule --version=1 \ ~/log_file.txt doesn't work

I'm trying to get the gcloud log files to see an error I get when I try deploying my app to GCP. I looked at the docs and found the command gcloud preview app modules get-logs mymodule --version=1 \ ~/log_file.txt which is supposed to 'have logs…
Rob
  • 1,835
  • 2
  • 25
  • 53
0
votes
1 answer

Deployment failed due to "Request had insufficient authentication scopes"

I created new VM instance (jenkins-server) on project1 and I installed jenkins server on it . one of the jenkins jobs should build my app and deploy it on project2 with the following command mvn gcloud:deploy -Dgcloud.gcloud_project=project2…
0
votes
1 answer

Cannot start dev server

With this command dev_appserver.py . I'm trying to deploy to local server however it is giving me an error: INFO 2015-12-18 17:09:57,667 api_server.py:205] Starting API server at: http://localhost:51776 INFO 2015-12-18 17:09:57,678…
Derek 朕會功夫
  • 92,235
  • 44
  • 185
  • 247
-1
votes
1 answer

Error deploying PHP application to App Engine

My app is just two files: index.php and app.yaml in the same directory. I keep getting an error every time I try to deploy the application to App Engine.
Mickey
  • 2,285
  • 6
  • 26
  • 37
-1
votes
1 answer

Google Cloud Platform SDK with Python

Where can I learn google cloud sdk with python? I have already have basic knowledge of python but how to implement gcloud sdk with real world problems?
Ajinkya16
  • 227
  • 2
  • 11
-1
votes
2 answers

Google Cloud SDK Support Deadline

When is the support deadline for the Google Cloud SDK? I'm using Google Cloud SDK v331.0.0. What is the support period for this version? Even if I check the GCP site, the support deadline for Google Cloud SDK is not stated, so please tell me the…
Shaman
  • 1
-1
votes
1 answer

public key issue on installing google-cloud-sdk on ec2

I'm installing google-cloud-sdk on an AWS ec2. As first step I'd updated YUM with Cloud SDK repo information as reported on GCP official doc. But when I try to install gcp sdk by: sudo yum install google-cloud-sdk i got: Public key for…
Stefano G.
  • 143
  • 2
  • 14
-1
votes
1 answer

How do I deploy multiple PHP scripts on Google Cloud?

I am deploying a php code on google cloud- which should include 3 php scripts, but only the index.php is displayed when deployed. runtime: php73 # serve script entries like this - url: /index.php script: auto - url: /check.php script: auto -…
-1
votes
1 answer

gcloud recommendations for a GCP instance

I am looking for a way to see if I can print the recommendations for a GCP instance using gcloud cli or any of the available Google API so far no luck.
-1
votes
1 answer

python google-cloud-sdk/bin/dev_appserver.py --host **.22*.74* --port 8000 ./out/app_engine/

python google-cloud-sdk/bin/dev_appserver.py --host **.22*.74* --port 8000 ./out/app_engine/ What is the meaning of above command line execution in python? Should I need to edit the file in src folder or out folder, because those two folders (src…
Nitya_Bhoomesh
  • 125
  • 1
  • 1
  • 9
-1
votes
2 answers

Installing google cloud SDK

I am getting the following error while installing the google cloud SDK in WINDOWS. SDK installation failed
cva
  • 5
  • 3
1 2 3
33
34