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

google shell programmatically download reviews from google play

so I have opened a google cloud platform account and would like to programmatically download my apps reviews from Google Play Store. On a support.google.com page it says that I could do this with gsutil. I tried the example code: gsutil cp -r…
ccasimiro9444
  • 425
  • 1
  • 6
  • 22
0
votes
1 answer

Setup Google cloud shell environment for Cloud ML

I am trying to setup a google cloud shell environment for my google cloud project that uses Cloud ML. I am following the instructions on their setup page itself: Getting Setup | Google Cloud Machine Learning I executed this command in my cloud…
0
votes
2 answers

Starting Datalab from Cloud Shell

The Datalab documentation shows how to run datalab on: your own machine or, on Google Cloud Platform. Unfortunately if you are restricted to a Windows 7/8 machine without the required Docker support, I don't think you have easy* options to deploy…
0
votes
1 answer

Is it possible to use Jupyter Notebook in Google Cloud Shell?

What I have tried: Start Google Cloud shell sudo pip install jupyter jupyter notebook --generate-config Add the following to ~/.jupyter/jupyter_notebook_config.py c.NotebookApp.ip = 'localhost' c.NotebookApp.open_browser = False c.NotebookApp.port…
John London
  • 1,250
  • 2
  • 14
  • 32
0
votes
1 answer

Workflow for building, pushing, and testing Docker images inside GKE / Kubernetes

I am developing a Kubernetes service for deployment in Google Container Egine (GKE). Until recently, I have built Docker images in Google Cloud Shell, but I am hitting quota limits now, because the overall load on the free VM instance where Cloud…
0
votes
1 answer

How can I use PHPUnit with Google Cloud's App Engine?

To run PHPUnit tests on Google Cloud's App Engine, I understand I would need to run a command on the command line like for example phpunit --bootstrap src/autoload.php tests/MoneyTest. I tried opening the Google Cloud Shell in the Cloud Console, but…
Roel Vermeulen
  • 594
  • 7
  • 15
0
votes
1 answer

Docker run cannot publish port range despite netstat indicates that ports are available

I am trying to run a Docker image from inside Google Cloud Shell (i.e. on an courtesy Google Compute Engine instance) as follows: docker run -d -p 20000-30000:10000-20000 -it bash -c bash Previous to this step, netstat -tuapn has…
0
votes
1 answer

Can I run gcloud components update?

Will updating gcloud components from within my Google Cloud Shell instance persist? Will updating anything, like Go or NPM, that is pre-installed with Google Cloud Shell persist?
Art
  • 1,519
  • 2
  • 13
  • 21
0
votes
1 answer

Google Cloud Shell, folder that can be accessed by all users in a project

I need a common space(directory) that every member of a project can access the physical files using the cloud shell What I want to do is to run console app on the cloud using java command and the jar file can be accessed by my team members of the…
-1
votes
1 answer

Replace whitespace (" ") with underscore ("_") in every filename in Google Cloud Storage programatically

I have a number of .csv files of tabular data stored in different folders of a Cloud Storage bucket that have been imported from an external data source. Every day, a new file is imported into each folder of the Cloud Storage bucket. Each file…
-1
votes
1 answer

Google Cloud Shell disabled for account

I'm using GCP for some time now and few months ago when I tried to open Cloud Shell from browser I received this message: I'm preety sure that it is a mistake. I wonder if anyone faced that problem before. The browser shell is not that important…
blazej
  • 927
  • 4
  • 11
  • 21
-1
votes
1 answer

How to move only files that contains specific text from one Google bucket to another

I want to use Google cloud shell to move files that contain a specific text to another bucket. There are more than 10K files in the bucket so I can't do it manually by the interface. Please advise how to deal with this issue.
-1
votes
2 answers

Delete multiple files(objects) listed in a ".txt" file with "gsutil" (GCS)

I could delete the 3 files(objects), "apple.jpg", "orange.png" and "kiwi.gif" on GCS with the "gsutil" command below on Cloud Shell: (Hint: gs:///) gsutil rm gs://test.com/apple.jpg gs://test.com/orange.png…
-1
votes
1 answer

Why does Google Cloud Compute Engine IP differ from the static one I have reserved?

I have set a static IP address for my Google Cloud Compute Engine. When I go to the network details of the engine, it tells it is 34.88.xx.xx However - when I now run a test python script in the cloud shell, it tells me that the requests comes from…
-1
votes
1 answer

Cloud code : deploy to cloud run didn't work

I'm trying to deploy my app using Google Cloud Run but it didn't work, there's no error appear, so I'm pretty confused, I've been waiting for an hour but nothing happened (just a blank page) like this screenshot: UI deployment didn't show which…
1 2 3
25
26