google-cloud-sdk Questions
6
Moving from an AWS setup to GCE for the first time, so kindly bear with my naive questions.
During the step ./google-cloud-sdk/install.sh, I encountered the following the error:
Welcome to the G...
Flense asked 8/4, 2018 at 22:15
3
I am trying to run airflow locally. My DAG has a BigQueryOperator and I want to use the cloud sdk for authentication. I run "gcloud auth application-default login" in order to get the json file wit...
Orva asked 22/1, 2020 at 10:49
3
When I run gcloud app deploy I get the message:
ERROR: (gcloud.app.deploy) The required property [project] is not currently set.
You may set it for your current workspace by running:
$ gcloud con...
Somerville asked 24/7, 2020 at 18:21
2
I've installed the Google Cloud SDK and want the code I'm writing to pass pylint. Unfortunately any time I import anything from google.* I get an error:
E: 10, 0: No name 'cloud' in module 'path/...
Peng asked 6/4, 2017 at 19:30
2
Solved
Whenever I run some gsutil command, for example gsutil components update, it exits with this error:
ERROR: gcloud crashed (LookupError): unknown encoding: cp65001
If you would like to report this...
Pinnace asked 7/7, 2018 at 8:32
2
Solved
Problem
Hello everyone. I am attempting to obtain the file size of an object using the google-cloud python library. This is my current code.
from google.cloud import storage
client = storage.Clien...
Sudiesudnor asked 8/8, 2019 at 0:43
2
Solved
As google documented, developers can use gcloud auth print-identity-token to generate a development-only id_token to authenticate to Cloud Run. If I base64 decode the resulting id_token, I can see ...
Corroboration asked 26/10, 2020 at 5:56
4
Solved
I'm trying to run Google Cloud SQL proxy locally like this:
$ ./cloud_sql_proxy -instances project-name:region-name:instance-id tcp:3306
But it's returning
google: could not find default crede...
Candlestand asked 19/12, 2016 at 4:14
2
Solved
We use Docker containers for most of our work, including development on our own machines. These are ephemeral (started each time we run a test, for example).
For AWS, the auth is easy - we have ou...
Widespread asked 17/2, 2017 at 20:54
1
I've published an angular 7 Application to Google Cloud App Engine.
The index page is loading, but the subdirectorys give me
Error: Not Found
The requested URL /admin was not found on this server...
Wyoming asked 26/4, 2019 at 8:16
3
Solved
I'm trying to install the Google Cloud SDK (https://cloud.google.com/sdk/docs/quickstart-mac-os-x) and get this error:
ERROR: (gcloud.components.list) Failed to fetch component listing from server....
Anal asked 20/5, 2017 at 14:52
2
Solved
Every time I try to deploy I get - (gcloud.preview.app.deploy) Error Response: [4] DEADLINE_EXCEEDED
I'm new to Google cloud and I'm trying to do my first deploy to it. My first deploy is a Ruby on Rails project.
I'm basically following this guide in the google cloud documentation. The only diffe...
Felice asked 20/4, 2016 at 2:37
2
Solved
so I have this
.bat
file:
@echo off
cd C:\Users\user\Downloads
gcloud auth activate-service-account --key-file=keyFileName.json
gcloud auth print-access-token
pause
During the first
gcloud
comma...
Ordonez asked 4/12, 2019 at 23:8
1
My use case is a little different than others with this problem, so a little up-front description:
I am working on Google Cloud and have a "dockerized" Django app. Part of the app depends on using...
Dilute asked 28/9, 2017 at 3:34
4
Solved
So, I've installed Git, Git Bash, Python2.7, and I've just installed the Google Cloud SDK per the official guide. Using Windows 10.
In cmd.exe, or the "Google Cloud SDK Shell", gcloud works fine....
Jamisonjammal asked 25/4, 2016 at 14:49
5
Solved
I just update my google cloud SDK on windows 10 (gcloud components update).
After the update the gcloud command stop working.
All I get is (for example : gcloud -h):
PATH\lib\gcloud.py" -h" was une...
Gammadion asked 19/12, 2019 at 23:44
5
Upgrading gcloud on Ubuntu 16.04 fails on postinst configuration. The google-cloud-sdk has been installed and used without installation problems, but this is aborting the upgrade at the configurati...
Grecoroman asked 20/10, 2016 at 20:14
1
I see 2 commands which can operate K8S cluster on GCP. One is gcloud container clusters and the other is kubectl.
Can anyone tell me what is the difference between them?
Ponder asked 2/11, 2019 at 18:2
3
Solved
I am trying to use the google speech API for converting an audio file to text, but facing some problems with the documentation.I have enabled the speech API and created an service account file. I a...
Friulian asked 5/7, 2017 at 11:37
2
Solved
Update (2019-02-07): the issue has now been fixed, so if you're still running into this, try gcloud components update.
At some point during the past few monthts, my bq tool stopped working. Even...
Bornstein asked 17/10, 2018 at 7:48
5
Solved
I've been using gcloud and gsutil for a while but now suddenly for any gsutil command I run I get errors:
Traceback (most recent call last):
File "/Users/julian/google-cloud-sdk/bin/bootstrapping...
Onrush asked 9/11, 2017 at 11:24
7
Solved
I can use Angular 2 to create basic front-end applications and can use python to create back-ends with endpoints on Google App engine. I can't however seem to figure out how to put the two together...
Overrule asked 30/9, 2016 at 1:53
1
Solved
After I upgraded to OSX Mojave (Developer beta 2) I get an error every time I use GCP and also at reinstalling it.
ERROR: gcloud failed to load: No module named zlib
gcloud_main = _import_gcloud_...
Decoration asked 20/6, 2018 at 12:10
1
I'm having trouble running the install script for Google Cloud SDK - this question has been asked but without clear answers so far so any help would be welcome! I'm running Python 2.7.14.
This is ...
Wiencke asked 7/5, 2018 at 18:55
2
I am a bit confused about how I can authenticate the gcloud sdk on a docker container. Right now, my docker file includes the following:
#Install the google SDK
RUN curl https://dl.google.com/dl/c...
Multiplicand asked 3/8, 2017 at 0:15
© 2022 - 2024 — McMap. All rights reserved.