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

How to give permissions to project folder in Google Cloud to other user

I have a project in Google Cloud Platform and I need to transfer it to another user. So far I gave owner rights to that user in IAM & Admin / Iam and he confirmed that he has access to the project, however when he goes to the Web Console Google…
unixdebian11
  • 121
  • 1
  • 7
0
votes
0 answers

Issue when running gcloud (Google Cloud SDK) in Cloud Shell

When I try running gcloud command in a Cloud Shell, I get the following error: Command: user@one-more-gcp-test:~$ gcloud help Error: Traceback (most recent call last): File "/google/google-cloud-sdk/lib/gcloud.py", line 88, in
kaxil
  • 17,706
  • 2
  • 59
  • 78
0
votes
1 answer

Local host redirection with Cloud Shell and Kubernetes

I'm a complete newbie with Kubernetes, and have been trying to get secure CockroachDB running. I'm using the instructions and preconfigured .yaml files provided by Cockroach.…
0
votes
1 answer

dev_appserver on cloud shell still runs after termination

I'm running a dev server using dev_appserver.py on google app engine via cloud shell. I'm doing so just like the tutorial for a first app says. But with my own Flask app that delivers static files (index.html + some js and css). It runs fine, but…
0
votes
1 answer

Google Cloud Shell - PermissionDeniedError: /etc/docker; Permission denied

I'm suddenly unable to run Tensorboard on my Google Cloud Platform account. my-username@my-projectp:~$ tensorboard --logdir gs://my_bucket --host localhost --port 8088 TensorBoard 0.4.0rc3 at http://localhost:8088 (Press CTRL+C to quit) Exception…
0
votes
2 answers

Importing application models from Google cloud shell

I am very, very new to Google App Engine, but I need to administer a WebApp2 (so, Python) -based website that uses it. Specifically I need to filter a queryset and delete certain model instances. Building the site locally is fine. Locally I can get…
0
votes
1 answer

Save scraped data csv file from inside docker container to local host

I run a python webscraper to collect articles off various websites, which I then save as csv files. I have been running these manually, but recently have been trying to run them in google cloud shell. I had some trouble with the dependencies, so I…
0
votes
1 answer

Cloud Shell , I should install CBT each time i open cloud shell the day after

To use any GCloud componet, I have installed on Cloud Shell just once, and i could use it each time i open cloud shell. But for CBT component for BigTable, I don't know what is happening that each time I close the browser the CBT tool is not…
Majico
  • 3,810
  • 2
  • 24
  • 36
0
votes
0 answers

Cant access cloud shell or any compute instances

For the last hour or so i can't access my google cloud shell or any of my compute instances (they seem to be running ok - i just can't ssh in via the ssh button in browser). For cloud shell i get "Google Cloud Shell is temporarily unavailable. Try…
0
votes
0 answers

I am getting an error while using 'mysql' on Google cloud shell : ERROR 2020 (HY000): Got packet bigger than 'max_allowed_packet' bytes

Basically, I am trying to import a csv file into a table in Google Cloud SQL database.. The query, I used to create a table is: CREATE TABLE Mobike( orderid INT(30), bikeid INT(30), userid INT(30), start_time DATETIME, start_location_x…
0
votes
2 answers

Running Node.js in Google Cloud Shell – Is it Free?

I'm very new to all of this, so please tell me anything I'm doing wrong! I wrote a little bot for Discord using Node.js. I also signed up for the free trial of Google Cloud Platform wth $300 of credit and all that. After creating a project, I…
Hayden Hong
  • 135
  • 1
  • 9
0
votes
2 answers

Cannot connect to local mysql on Cloud shell

Is is not possible or am I doing something wrong ? I'd like to connect to local mysql on Google Cloud Shell but I get the classic "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'" when trying simple mysql and "ERROR…
Valentin Coudert
  • 1,759
  • 3
  • 19
  • 44
0
votes
2 answers

How to open Bucket files using Google Cloud shell?

I already uploaded the files to Google Cloud Platform Storage Bucket and i wanted to access all the files using Active Google Cloud Shell? Should it be possible?
0
votes
1 answer

Restore google cloud notebook after restart

How can I restore google cloud datalab notebook? I can see the notebooks through ssh, if I try to find the files with readlink command, but I cannot see it with ls command and download them to my PC or view it through datalab interface. When I try…
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