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

please help me i can't connect to my google cloud shell since yesterday

1 since yesterday, I cannot connect to the google cloud shell. Whenever I try to connect to the cloud shell, an error message comes up saying that "Google Cloud Shell is temporarily unavailable. Try connecting in a few minutes".
manideep
  • 11
  • 1
-1
votes
2 answers

gcloud app deploy error too many files under .cache

I have previously used on the Application I am developing gcloud app deploy with no errors - using Google Cloud Shell However now I am getting the following Error Response: [3] The directory [.cache/jedi/CPython-27-33] has too many files (greater…
-1
votes
2 answers

Run chrome extension from Google Cloud Shell

i just started a chrome extension project. We want to use Google Cloud Source for our git Repository and Goggle Cloud Shell for programming. Before i added the extension simply by adding the local source folder of my extension from my desktop. Now I…
-1
votes
1 answer

Body Undefined in Node js

I'm new in all this, so please understand me. I trying to send data from HTML page (made with Google Cloud Shell) to Node.js page (made with Google Functions) but when I use the command console.log(req.body), I always see in the logs undefined. Here…
-1
votes
2 answers

How to list and download metadata from GCS

I hava a Google Cloud Storage instance and need to get a txt file with the metadata from my files I have two paths in my GCS enviroment, i need to list the metadata from the files in each path and copy it to a local txt file, i can list all the…
-1
votes
1 answer

BIGQUERY --disable_ssl_validation in Command Tool

Trying to disable ssl_validation in Google Cloud Shell (Command Tool). By this command: bq --disable_ssl_validation=[True] give me FATAL Flags parsing error: flag --disable_ssl_validation=[True]: ('Non-boolean argument to boolean flag',…
Dmitry Korpachev
  • 77
  • 1
  • 2
  • 5
-1
votes
1 answer

How to map my domain to Google Cloud Shell's preview server (...-dot-devshell.appspot.com)

SSIA. I've tried set CNAME record refers to my '...-dot-devshell.appspot.com' (that seems unique) but I can see only 404 error on Google. Is there any way?
yokoiwa
  • 97
  • 1
  • 5
-1
votes
1 answer

Google Cloud Shell: How to interface via command-line terminal?

I created a very simple python hello_world script on the google cloud shell. I implemented it and ran it within the in-browser google cloud shell and it compiled and outputted correctly. My question is, what if I want to implement this same…
tnet
  • 567
  • 2
  • 6
  • 14
-2
votes
0 answers

Getting an error installing CSV when running Fern Wifi Cracker

I'm getting a CSV error while trying to execute Fern Wifi Cracker. Thing is that Python has CSV built-in... Any solutions? Also here's the error (After doing "python3 execute.py"): Collecting scapy Using cached scapy-2.5.0.tar.gz (1.3…
-2
votes
2 answers

How do I delete a folder in google cloud console?

I have the following 2 folders in my google cloud console that I want to delete: I tried rm LayoutLMv2 doesn't work; I tried gsutil rm LayoutLMv2, doesn't work either. Then I found this where they say I need to enter the bucket info. Well, where do…
Kristada673
  • 3,512
  • 6
  • 39
  • 93
-2
votes
1 answer

How to delete all the logs using gcloud command

I tried the following command: gcloud logging logs delete but it is asking log name ERROR: (gcloud.logging.logs.delete) argument LOG_NAME: Must be specified. I want to get all the logs to be deleted which are default.
-2
votes
1 answer

google cloud shell keyboard shortcuts clashing with browser

I'm using google's cloud shell tool to develop remotely, and it has quite a nice VS-Code like env. However the keyboard shortcuts clash with the browser. Is there any way to override / prevent this? FWIW I'm using this on a pixelbook where you can…
dcsan
  • 11,333
  • 15
  • 77
  • 118
-2
votes
1 answer

ModuleNotFoundError: No module named 'xhtml2pdf' under Google App Engine

New to Google App Engine. Building entirely using Google Cloud Shell - mainly learning the platform before doing serious development. Completed all possible future requirements, except for showing graphs on webpage and downloading PDF. This question…
-2
votes
2 answers

Cloud terminal appears empty in Firefox

I've tested this on Microsoft Edge and Chrome and its working. Update: It's working now on Firefox
Abrar A.
  • 113
  • 3
  • 11
-3
votes
1 answer

Gcloud no space error after editing prompt

I was editing my bash prompt and I had to make a backup so i ran: cp ~/.bashrc ~/.bashrc.bak The next day I tried to download an npm package and it spat out: npm ERR! code ENOSPC npm ERR! syscall write npm ERR! errno -28 npm ERR! nospc ENOSPC: no…
aflamaroc
  • 37
  • 6
1 2 3
25
26