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

All Questions

0 votes
0 answers
17 views

Cloud Tasks for queueing parallel Cloud Run Jobs with >30 minute runtimes?

We're building a web application through which end users can create and run asynchronous data-intensive search jobs. These search jobs can take anywhere from 1 hour to 1 day to complete. I'm somewhat ...
Colin's user avatar
  • 137
-2 votes
0 answers
15 views

Apply cloud armor with Nginx controller

I have GCP cloud armor and I created back config and add to the nginx ingress annotation but not apply, apiVersion: cloud.google.com/v1 kind: BackendConfig metadata: name: example-nginx namespace: x1 ...
mohamed hassan's user avatar
0 votes
0 answers
37 views

What is the recommended approach for reusing of the same REST API third-party service across multiple cloud functions

I'd love to know what are some best practices for reusing third-party APIs on Google Cloud. Do I have to manually fetch access token, cache it and make the actual request to the REST API every time? ...
josh001's user avatar
2 votes
1 answer
295 views

Python google cloud function won't import pandas

I’m having a problem where I’m trying to deploy a google cloud function and have narrowed down the source of the problem to the import of pandas in the function. But the strange thing is that this was ...
Rudy Hofmeister's user avatar
0 votes
1 answer
76 views

Unable to Read Mounted GCSFuse Directory After Adding --implicit-dirs Option

I've mounted a GCS bucket using gcsfuse, After updating my startup script to include --implicit-dirs, I can no longer read from the mounted directory /gcs/my-bucket. I receive an "Input/output ...
user25600604's user avatar
0 votes
1 answer
46 views

What specific permissions are required to make a request to Google's Identity Toolkit when using multi-tenancy to disable user signup?

I am making a request to disable user signup on a firebase multi-tenant system. The payload is: {"client": {"permissions": {"disabled_user_signup": true,"...
Eddie Ayling's user avatar
0 votes
0 answers
21 views

Importing an image into google cloud - ends up with no network

I have an appliance from a vendor that I'm trying to import into google cloud. I can not import it with guest environment (it fails). Once imported I can spin up a vm but I do not have root access to ...
user479238's user avatar
0 votes
0 answers
22 views

Automatically placing a hold on google cloud storage objects after 24 hours

What is the best approach to placing a hold on an object in google cloud storage automatically after the file reaches a certain age? A default hold policy on a bucket would put a hold on right away, ...
Eric Van Der Karr's user avatar
0 votes
0 answers
27 views

Problem deploying Google Cloud VM using Powershell

For a student project I need to deploy a VM on Google Cloud throught a powershell script that, whit no interaction, deploys an apache Http opened service. in my script I already created all the ...
gilipollx's user avatar
0 votes
0 answers
49 views

Moviepy in cloud function works in test mode but not when published through https

I have a google cloud function where I use moviepy to crop a video and it works in test mode but not when published in https. Here is the code I am using # main.py import requests import moviepy....
Kamal's user avatar
  • 11
0 votes
1 answer
149 views

How to solve "Request had insufficient authentication scopes" Error?

I am trying to copy my Java .jar file into the VM using gcloud compute scp "\Users\jinxjinx\OneDrive\Documents\lib-backend.jar" [email protected]:/home/jinxjinx However it is giving me ...
Steffi's user avatar
  • 1
0 votes
1 answer
63 views

Cloud Function in Google Cloud works in Testing but not after deployment

I am a beginner when it comes to cloud platforms. I am trying to create a cloud function in google cloud, with an HTTP trigger, where, given an image url as argument, it is supposed to download it and ...
Filipe Gomes's user avatar
0 votes
0 answers
107 views

Getting an OperationError Error While Deploying Python App to Google Cloud Functions

I am trying to deploy a basic Python application on Google Cloud Functions through the google cloud shell. Command That I am Executing: gcloud functions deploy python-http-function \ --gen2 \ ...
Hiren Timbadiya's user avatar
0 votes
1 answer
79 views

"How do I change the operating system license from BYOL to PAYG for a Google Compute Engine instance?"

I migrated a machine from AWS to GCP using the BYOL license, but the client said it should be PAYG. How do I change the license from BYOL to PAYG? I managed to add the PAYG license, but when I list ...
William Miranda de Jesus's user avatar
0 votes
1 answer
228 views

Cloud Logging in GCP - basic example

I tried to log my message to google clog logs using the standard gcloud logs library code. It is throwoing an error message - "ImportError: cannot import name 'logging' from 'google.cloud' (...
Vallalar_dev's user avatar

15 30 50 per page
1
2 3 4 5
58