Questions tagged [google-cloud-shell-editor]
24 questions
2
votes
1 answer
How can I get a tunnelling link from an app deployed on GCP Shell?
I've deployed a python app that uses SocketIO using the GCP Shell/Text editor as a backend server. I want to connect a flutter frontend. To do this, I need a tunnelling link, and I was wondering if anyone could help me find it, or, if there was…

It's Guardian Time
- 363
- 1
- 3
- 6
2
votes
1 answer
How to run nvm command from bash file in GCP Cloud Shell (global install)?
What we're trying to do
We are using Cloud Shell Editor (IDE) on GCP.
According to the documentation for Environment customization script:
Cloud Shell automatically runs the script,
$HOME/.customize_environment, when your instance boots up.…

ctwheels
- 21,901
- 9
- 42
- 77
2
votes
1 answer
How do I show hidden files in the Cloud Shell Editor file tree?
I am developing a vuepress with Cloud Shell Editor.
https://shell.cloud.google.com/
I need to edit the .vuepress/config.js, but I can not see it because it is a hidden folders. Does anybody knows how to show hidden folders/files in the Cloud Shell…

kou S
- 21
- 2
1
vote
0 answers
GCP Cloud Shell Editor - Drag and Drop goes to blank screen
When using cloud shell editor with the latest version of Chrome, when I attempt to drag a file into a folder, the entire Cloud Shell Editor screen goes white (i.e. blank). I have to refresh my page to bring the view back. Drag and drop used to…

Btibert3
- 38,798
- 44
- 129
- 168
1
vote
1 answer
Can Google Cloud Shell Editor (Theia) have color themes configured per workspace?
I like having a color theme configured per workspace in VS Code to give me an immediate indication of the project. I cannot seem to find a way to do this in the Cloud Shell Editor, Theia. The option to set the Color Theme appears to be global; is…

Neil C. Obremski
- 18,696
- 24
- 83
- 112
1
vote
1 answer
Link and sync folder between Google Drive & Google Cloud Shell Editor
I would like to link & sync folders between my Google Drive and Google Cloud Shell Editor ($HOME), in order to be able to edit and keep the files up to date everywhere.
I don't know as it's possible yet.

user4703417
- 41
- 3
1
vote
1 answer
No scrollbar in GCP cloud shell editor
I do not get a scrollbar in cloud shell editor with which I can move with the mouse up in the terminal window. There is an option in the settings that says show scrollbar but that scrollbar does not work. When I click and drag on it, it selects…

JaapH
- 391
- 2
- 6
0
votes
0 answers
Alternate ways to open Google Cloud Shell Editor
I have been trying to open Google Cloud Shell Editor and it refuses to open. It was working fine a few minutes ago and it opens on my other account as well.
I have been trying to open Google Cloud Shell Editor and it refuses to open. It was working…
0
votes
0 answers
google cloud shell editor fails to run on cloud run emulator with error DEVINIT_REGISTER_BUILD_DEPS
I used google cloud shell editor and created one sample app successfully and it worked ok. then a few days later, when I did the same, I started to see the error DEVINIT_REGISTER_BUILD_DEPS and can not make it work anymore. I have no idea what…

y asa
- 1
- 1
0
votes
0 answers
Don´t run Editor CloudShell
enter image description here
Sorry, hepd me. How I can run the Editor Cloud Shell on GoogleCloudShell
I need to solve this problem
When I open the console dont run. CloudShell not conect whit the server or i don´t have all permmises
0
votes
1 answer
Error calling Google Cloud function - limits exceeded
I am calling a GCP cloud function from salesforce, integration working fine, now I am getting the following error. It seems I have to increase the quota, but my billing account do not allow me to open a support case. It will cost me $29 for basic…

Arup Sarkar
- 931
- 2
- 9
- 17
0
votes
1 answer
Problem when downloading Google CRMint: AttributeError: module 'appcli' has no attribute 'entry_point'
I am trying to install CRMint following these instructions: https://google.github.io/crmint/docs/quickstart/cloudshell.md
When I tried to run to check if I have installed it
crmint --help
The following error appeared
Traceback (most recent call…

ypt
- 1
- 2
0
votes
2 answers
Change port of Theia editor within Cloud Shell
I am using Code Server within my Cloud Shell. I need to use the port 3000 for a specific npm package. Unfortunately port 3000 is already used by the default editor Theia within Cloud Shell.
I have already tried the following:
sudo kill {{PID of…

JShinigami
- 7,317
- 3
- 14
- 22
0
votes
1 answer
How to increase cloud shell quota?
I have currently reached my cloud shell quota. From my understanding, the quota can only be reached if we keep open that many cloud shell instances at one time. Is there any way to kill those cloud shell instances and then set a new limit to start…

Harsh Nagarkar
- 697
- 7
- 23
0
votes
0 answers
Connect interface with Google Cloud Shell
I have the next situation, I hope you can help me to solve this problem.
I need to create an interface that need to connected with Google Cloud Shell.
I need to write a command in the app and this need to be send to the Google Shell, but I don't…