google-cloud-platform Questions

1

Solved

This is the only API I've seen behave like this. Setting export GOOGLE_APPLICATION_CREDENTIALS=mykey works but doing gcloud auth activate-service-account --key-file=mykey and then executing my code...

3

I have a GKE cluster I'm trying to switch the default node machine type on. I have already tried: Creating a new node pool with the machine type I want Deleting the default-pool. GKE will ...
Schaffhausen asked 21/3, 2020 at 4:2

1

I've been running two cloud functions that are triggered by cloud scheduler cron jobs. They've been working fine for months until yesterday. Here is the log: {"@type":"type.googleapi...

2

This article says to simply click view under the Logs column to see the output of Google Cloud Scheduler logs. However, while I can see the status code of a HTTP scheduled function, I cannot see th...

14

Solved

I'm trying to configure an HTTPS/Layer 7 Load Balancer with GKE. I'm following SSL certificates overview and GKE Ingress for HTTP(S) Load Balancing. My config. has worked for some time. I wanted to...

3

Solved

I am trying to connect my gcloud VM to a mySQL instance also on the cloud, and keep getting this errror: ERROR 2005 (HY000): Unknown MySQL server host '[10.0.0.1]' (0) I have followed the instru...
Quass asked 7/9, 2018 at 20:51

2

I'm having trouble finding where is the Pull the request feature of Google Cloud Repository. I need it to setup the project that I'm currently working on for other developers, by having a code revi...
Vicenary asked 12/3, 2020 at 5:57

3

Solved

I'm new to google cloud. I'm managing several users who are testing it out and I run the lab so have to figure out what it's costing us. I'm trying to understand where the charges come from. Here's...

2

All Pixel devices were tested, and only the Pixel 8 log showed this error: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null o...

3

When trying to generate and download a new service account key I get a message that I have reached my limit. I don't have any keys created so it seems the limit is 0. I am using a Google Workspace ...
Subscription asked 20/3 at 17:38

3

Solved

I have GO application and tried to deploy it to the google app engine with google command line sdk from a local machine with a custom service account. I create a custom service account with roles: ...

4

Solved

All of a sudden I started getting "Permission Denied" issues when trying to run any gcloud commands such as gcloud components update -- the issue was avoided if I ran sudo gcloud components update ...
Gand asked 10/3, 2018 at 15:34

3

I have created a "Load Balancer" in Google Cloud and connected 2 virtual machines to it. When I send some requests to "Load Balancer", sometimes it gets passed to virtual machines attached to load ...
Chic asked 24/12, 2019 at 15:18

11

I want to retrieve address from lat long coords. I have created project in google console. Added Billing information and enabled the geocoding api services. But still when i make this request i am ...

8

When I attempt load data into BigQuery from Google Cloud Storage it asks for the Google Cloud Storage URI (gs://). I have reviewed all of your online support as well as stackoverflow and cannot fin...

7

Solved

I'm using managed CloudRun to deploy a container with concurrency=1. Once deployed, I'm firing four long-running requests in parallel. Most of the time, all works fine -- But occasionally, I'm faci...
Multifoil asked 12/7, 2019 at 12:51

9

Solved

I'm trying to implement Google's One Tap sign-up for my Android app in development. I am following Google's (quite outdated) official guide and so far everything has gone well, up until display of ...

2

I am working a lot with the Google Cloud Platform. Last year, we instated the resource constraint policy "constraints/gcp.resourceLocations" to Europe only. As of today, we are seeing a l...
Mizzle asked 12/11, 2020 at 7:57

3

What is the difference between using allow list; and allow read; in the Firestore access rules? More specifically, what added protection does my data get if I only allow list as opposed to the read...

2

Solved

I'd like to create a pre-signed upload URL to a storage bucket, and would like to avoid an explicit reference to a json key. Currently, I'm attempting to do this with the Default App Engine Service...

1

Solved

Our spark aggregation jobs are taking a lot of execution time to complete. It supposed to complete in 5 mins but taking 30 to 40 minutes to complete. dataproc cluster logging say it's trying to sca...

5

I'm trying out Google's Cloud Functions service and I want to read and write a Google Spreadsheets but can't seem to find any examples or ways to do this. My problem steams from the fact that the...

6

Solved

I want to start/stop a set of Compute engine instances in Google Cloud Platform using Google Cloud Scheduler. How can I do it?

5

I've configured a HTTP(S) Load balancer as per the documentation on https://cloud.google.com/compute/docs/load-balancing/http/ When I try to access the site via the Public IP address associated wit...
Bagpipes asked 5/7, 2020 at 18:38

4

Solved

I deployed a Google Cloud Run service running in a docker container. Out of the box, it looks like I get insight into some metrics on the Metrics tab of the service page such as Request count, Requ...

© 2022 - 2024 — McMap. All rights reserved.