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

pip install google-cloud fails on aws ec2 with KeyError: 'google'

I have a Flask application deployed on an Amazon Elastic Beanstalk cluster. On my local machine, macOS, I've added an integration with the Google Cloud API, and I've updated my requirements.txt to include the line google-cloud==0.27.0. When I deploy…
0
votes
1 answer

Cloud SDK command gsutil config -a

I'm trying to include the credentials for my Google storage in my Dockerfile so that I don't have to do it every time I create a new Pod or another dies in Kubernetes. So is there a way to put this command like this gsutil config -a (Access Key)…
0
votes
1 answer

Launching Terminal runs google-cloud-sdk script automatically?

I installed Google Cloud SDK a while back and I can't seem to stop this function from running every time I open my terminal. -bash: /Users/***/Desktop/***/node/y/google-cloud-sdk/path.bash.inc: No such file or directory -bash:…
BuffMcBigHuge
  • 579
  • 5
  • 8
0
votes
1 answer

Is it necessary to install the App Engine extension for Python?

I have an App Engine application in Python. I can deploy it simply by installing and initializing the Google Cloud SDK. But according to the documentation: The default installation does not include the App Engine extensions required to deploy an…
Mori
  • 8,137
  • 19
  • 63
  • 91
0
votes
1 answer

Make files publicly readable, but not whole bucket

I'm uploading files from my server to my bucket foobar. The path of the uploaded file is foobar/uploads/avatars/123456789.jpg. I want users to be able to access this file via a public https link like…
Chris
  • 4,255
  • 7
  • 42
  • 83
0
votes
1 answer

PuTTY command line error while connecting to google datalab instance

I'm trying to connect to previously created instance in Google Cloude Compute Engine using datalab, or create a new one using Google Cloud SDK Shell: datalab connect nst The program cannot connect, the error is the following: ERROR:…
0
votes
2 answers

Run a script in a google cloud from a local html page

I would like to run a script in a google cloud server using a local HTML page. To be more clear the steps would be: open a local HTML page on my local computer. push a button that triggers a script in my google cloud server. the script creates a…
steT
  • 99
  • 1
  • 9
0
votes
1 answer

How to change the local folder for an App Engine project?

TIA for your help. I recently started experimenting with Google App Engine, and I have been able to set up a project successfully. However, I made a mistake with the location of my local files and I would like to change it. This is the output from…
jnkrois
  • 658
  • 1
  • 12
  • 30
0
votes
2 answers

gsutil ls command not working due to ampersand in path

I couldn't able to get succeed after multiple tries to list out the contents available in path, because my folder name contains ampersand like below. gsutil ls -r gs://testing_purpose/U&T It returns error like below CommandException: One or more…
CIPHER
  • 237
  • 1
  • 4
  • 19
0
votes
1 answer

Google SDK returns 403 `User Rate Limit Exceeded`

I am currently trying to use the google developer SDK. In there i am trying to utilize the google translate functionality. The translation works fine when sending in a request using my access token obtained through the google developer console. But…
duck
  • 1,674
  • 2
  • 16
  • 26
0
votes
1 answer

Google Cloud SDK Shell does not accept input - why?

probably a stupid mistake: I am starting out learning about backend and am trying to deploy a google sample "app" to gcloud. I should be able to enter the command: "gcloud app deploy" after this screen. Picture of the Google Cloud SDK Shell But I…
SLLegendre
  • 680
  • 6
  • 16
0
votes
0 answers

Authorizing local App Engine app to access Cloud Storage

I'm developing and testing an App Engine application locally. I would like the application to print out a list of all Bucket names in the projects Google Cloud Storage. Some code: Storage storage =…
0
votes
2 answers

Sub-process /usr/bin/dpkg returned an error code (1)- ubuntu

I am trying to install apache: sudo apt-get install apache2 And i am getting this error: Setting up google-cloud-sdk (132.0.0-0) ... dpkg: error processing package google-cloud-sdk (--configure): subprocess installed post-installation script…
fay
  • 2,086
  • 2
  • 14
  • 36
0
votes
3 answers

Google Home Development without Google Cloud

Is there a way to develop for the Google Home without having to use the Google Cloud or open an API to the public internet? I'm in a restricted environment and can't just open up servers to the world without jumping through a lot of hoops. If I…
samanime
  • 25,408
  • 15
  • 90
  • 139
0
votes
2 answers

App engine windows error - The system cannot find the path specified

I am using google app engine with Python. When I launch the app engine application I get a prompt message that error occurred and suggest me to see the log file. I have checked the log file and found the following message WindowsError: [Error 3] The…
LondonUK
  • 437
  • 1
  • 8
  • 20