Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-cloud-platform]

Google Cloud Platform provides cloud computing services that let you build applications and websites, store data, and analyze data on Google's infrastructure.

google-cloud-platform
0 votes
0 answers
3 views

How does GCP Logs Router handle conflicting rules?

I created separate Log routing sinks to capture specific logs for various services being used. All of these sinks wrote to the same dataset. For example, the various inclusion filters looked similar ...
Scott C.'s user avatar
0 votes
0 answers
11 views

Serving static files directly in Google App Engine with express

I have a standard Google App Engine environment and am trying to serve some static files for my create-react-app frontend, but I'm not able to do so without copying over the client/build/ files into ...
selroh18's user avatar
-1 votes
0 answers
9 views

KeyError scraping with Beautiful Soup

I am trying to use beautiful soup to scrape data, I have a .env file with ENV, API_KEY, AND SEARCH_ENGINE_API identified. For some reason I am still running into a KeyError. Here are my errors: FAILED ...
WhyBless's user avatar
0 votes
0 answers
9 views

403 Error When Importing Images to Google Vertex AI: Permissions Issue Despite Owner Role

I'm attempting to create a dataset of images using Google Vertex AI's inbuilt tool on the Google Cloud Platform. However, after selecting images to upload and pressing continue, I receive the ...
jdreid5's user avatar
0 votes
1 answer
23 views

Why Use Cloud Load Balancer for WebSocket Connections from Cloud Run?

I'm successfully creating a WebSocket connection from a GCP Cloud Run instance to an external system. I've strictly followed the official GCP documentation and everything is working as expected. ...
ramsey's user avatar
  • 142
0 votes
1 answer
19 views

I am not able to see folder related permissions under resourcemanager while trying to grant access/roles to a user

I am trying to get a list of folder via API and it says- { "error": { "code": 403, "message": "The caller does not have permission", "status": "...
linu elias's user avatar
0 votes
0 answers
9 views

not getting history from pub/sub push notification for gmail for new email replies in nodejs app

i have provided webhook.site url in google cloud pub/sub to receive gmail box changes. While receiving the post request from pubsub, it is not including the history which has changed in mailbox. I ...
Preetam Singh's user avatar
-1 votes
1 answer
32 views

Dynamic step blocks in Terraform google_cloudbuild_trigger resulting in argument Unsupported errors

I am attempting to dynamically generate blocks within a google_cloudbuild_trigger resource "google_cloudbuild_trigger" "push_to_production" { name = "cloudbuild-workers"...
XaxD's user avatar
  • 1,486
0 votes
1 answer
20 views

How to save and display images from Firestore Database from Firebase

I'm writing an application for my IT studies in Python with Flask. I use Firestore Database as a database. Everything is alright, but I wonder if it is possible to save a photo to a given collection ...
Stynowsky's user avatar
-2 votes
1 answer
18 views

In Google Cloud, can a service account under in service project access shared vpc from host project? [closed]

I have provisioned a shared VPC in Google cloud. I can create a VM in the service project with the shared VPC with my user account (under organization) through the web console without any issue. ...
Long Shum's user avatar
0 votes
1 answer
16 views

Why does `gcloud run jobs execute` punish you for waiting?

If I run: gcloud run jobs execute foo --project myproj --region us-central1 --format json It returns a big, beautiful data structure for the Execution resource that was generated in the cloud. This ...
odigity's user avatar
  • 7,797
0 votes
0 answers
16 views

How can I pause a GKE autopilot nigthly?

How can I pause my GKE Autopilot cluster nightly in GCP? This cluster supports the Cloud Composer service in our Data stage area. We know that it's not possible to do this natively because the service ...
user336879's user avatar
0 votes
0 answers
12 views

DAG: How can I Transform an unformatted file into a CSV in the same Bucket?

I'm trying to create a DAG (airflow) that processes an unformatted file uploaded to a GCP bucket and generates a new .csv file with specific transformations. The input file format is "CARTOLAS....
Nelson Romero's user avatar
1 vote
1 answer
29 views

Mock Google's StorageClient ListObjects method using Moq

I'm trying to unit test the following method public List<string> GetFilesInGCS(string bucket, string node) { List<string> fileNames = new List<string>(); try { ...
Jason Everett's user avatar
-1 votes
1 answer
28 views

re: Google Cloud Run Job - what is property "observedGeneration"?

If you run gcloud run jobs describe my_job --format json, the last property is called observedGeneration, and seems to get bumped when you make a change to the job. I can infer the purpose from this, ...
odigity's user avatar
  • 7,797

15 30 50 per page
1
2 3 4 5
3353