Questions tagged [google-cloud-shell]

Google Cloud Shell is a shell environment for managing resources hosted on Google Cloud Platform.

Google Cloud Shell is a shell environment for managing resources hosted on Google Cloud Platform. See documentation for more details.

390 questions
0
votes
2 answers

Customizing the cloud environment to include a package permanently

I have been using some packages by installing them using the sudo apt-get command in the cloud shell. But now I want to make it permanent. I got this message in the shell You are running apt-get inside of Cloud Shell. Note that your Cloud…
rini saha
  • 195
  • 1
  • 1
  • 11
0
votes
1 answer

gcloud cloudshell ssh keeps logging out gcloud

Why do I keep getting logged out after like 5 minutes of inactivity in google cloud shell when used from gcloud on my local terminal? ERROR: (gcloud.container.clusters.get-credentials) ResponseError: code=401, message=Request had invalid…
Ray Foss
  • 3,649
  • 3
  • 30
  • 31
0
votes
1 answer

Get request is working in testing mode but fails in production - Google App Engine

I ve created my own API using cloud shell with editor of Google app engine. Here is the snippet of the code which is working fine in testing: app.get('/fetch_ticker', (req, res) => { (async() => { let pair = req.param('pair',…
0
votes
2 answers

Google cloud shell problem with PHP built in server - could not connect to Cloud Shell on port 8080

I can't get to work my simple index.php file on Google cloud shell. I start my server with command php -S localhost:8080 -t test/. Before that I navigate just before test folder. I click Web preview in upper right corner and get error: Could not…
Slit
  • 491
  • 1
  • 7
  • 20
0
votes
1 answer

airflow S3ToGoogleCloudStorageOperator No space left on device

I am trying to transfer large files from S3 to GCP using Airflow and its Operator S3ToGoogleCloudStorageOperator. I have been able to transfer files of 400 Mb but I fail if I try larger: 2Gb I get the following error: [2018-09-19 12:30:43,907]…
Picarus
  • 760
  • 1
  • 10
  • 25
0
votes
1 answer

Outbound SSH from Google Cloud Shell to an external server

I'm playing with gcloud App Engine and would like to clone a git repository from my private git server using the Google Cloud Shell, however, for some reason I'm getting connection timeout. This is what ssh gives me: $ ssh -vvv…
TTKDroid
  • 231
  • 4
  • 12
0
votes
2 answers

Google Cloud Datalab and Cloud Shell access issues

I recently made a google cloud account which was migrated from a .com.au email address to a .com email address. Now when I log in to Google Cloud Console, I correctly see my .com account and my permissions in IAM are owner, however, this migration…
0
votes
1 answer

Google Transport Tacker Backend tutorial is timing out how can log why?

I am following this tutorial by Google Transport Tracker Backend I am at the part "Plotting out Bus Routes" part and it is timing out. I run this command in the terminal npm run generate_paths It hangs and returns Processing trip 1 of…
jdog
  • 10,351
  • 29
  • 90
  • 165
0
votes
1 answer

Google App Engine Python Remote API in Cloud Shell: No module named appengine.tools

I'm trying to use the App Engine Remote API in Google Cloud Shell, but keep getting the error "ImportError: No module named appengine.tools". First, I've followed these steps to set my Cloud Shell to a clean state. Then, I attempt to start the API…
0
votes
1 answer

Google Cloud shell terminating after one hour

I have a bash script which takes over an hour to run and for this reason the script terminates right in the middle. I did some digging around and found this limit. Is there anyway around this issue?
godzilla
  • 3,005
  • 7
  • 44
  • 60
0
votes
2 answers

Web GCloud cannot connect and SDK reachability failed and Bash commands not available

My Web Google Cloud Shell instance is always stuck at the state of connecting. Sometimes I try clearing browsing data and then reload but it doesn't help. Even if it works for that time, after a while the problem would emerge again. Because of this…
loct
  • 357
  • 2
  • 5
  • 21
0
votes
1 answer

How to download the Spring Boot project created using google cloud shell

I have followed this tutorial and created a demo Spring Boot project using google cloud shell . I am very new to cloud and I am not understanding where are these files created under the project and how i can download the project
0
votes
1 answer

How to find Web Interface Port for Google Cloud VM cluster

I'm trying to create an SSH tunnel to run Jupyter on a Google Cloud Dataproc cluster. The tutorial gives the following template for creating the tunnel. It says: "Replace port1 with the Cloud Shell port you will use (8080 - 8084), and port2 with…
0
votes
1 answer

running a python script on cloud shell and saving ouput into cloud sql

I want to run a python script which takes input around 350 images and the output which is generated has more than 700 million rows so it takes a lot of time to process. That's why i wanted to run the script on google cloud shell and save the output…
0
votes
1 answer

Getting "Server refused our key" from PuTTY when doing gcloud alpha cloud-shell ssh

Trying to connect to my Google Cloud Shell instance from localhost. Have done: gcloud components update gcloud auth login Both run successfully. Then I try: gcloud alpha cloud-shell ssh After a few moments I get a popup saying "No supported…