Category "google-cloud-platform"

How to register a user whose email contains a capital letter in Firebase Authentication

I am using Firebase email and password authentication for user authentication in my app. One user's email contains uppercase letters, but when I add the user on

Google Cloud Platform Postman Only Calls Function Through Main Google Account And Not Service Account

I made a service account in GCP designed to run a cloud function. This is the service account, complete with json keys that I downloaded. Then I made this cloud

Firebase: Cloud Functions + Storage Read File

I am currently writing a function in Firebase Functions to be called within my Firebase mobile application. I have the code to call the function, but I do not k

Google Artifact Registry: Unable to publish package with the same version even after package deletion

I'm trying to publish npm package to the google artifact registry (GAR). A package with the same version has already been published, but I've deleted it manuall

How many days it takes to verify/review my Google developers students club lead application form

I've registered for a GDSC lead couple of days ago, I'm so curious about reply mail from them. Does any one know about the verifying/review process of GDSC lead

ERROR: (gcloud.beta.functions.deploy) Invalid Cloud Source Repository URL provided when using cloud function gen2

I am trying out cloud functions gen2, but somehow the cloudbuild that builds the function cannot find the cloud source repository URL. This seems undocumented i

Airflow DAG fails when PythonOperator with error "Negsignal.SIGKILL"

I am running Airflowv1.10.15 on Cloud Composer v1.16.16. My DAG looks like this : from datetime import datetime, timedelta # imports from airflow import DAG fr

Cloud Shell git repository not found after repo move

After creating a new organisation on GitHub and moving the repo from the old organisation to the new one I get the error message: "fatal: repository 'https://gi

BigQuery - Scheduled Query Error "PermissionDenied: 403 The caller does not have permission"

Having an issue with Scheduled Queries, using a python script, I get the error: "google.api_core.exceptions.PermissionDenied: 403 The caller does not have permi

Google Cloud Platform | No Cloud Run Services shown on specific region when creating back-end network endpoint group

On Google Cloud Platform, I'm trying to create a back-end service with a new serverless network endpoint group. The region has to be very specific (europe-west3

Google App Engine - Error response 13 issue

I'm trying to deploy an application on Google App Engine but running into an error that doesn't include much information as to why the error is occurring. Here

How do I configure a logs-based metric to sum some values from log messages?

I'm having trouble wrapping my head around GCP Logs Based Metrics. I have the following messages being logged from a cloud function: insertId: qwerty jsonPayloa

GCP API for getting list of labels

Is there an GCP API for getting labels for resources? I want to get a list of all labels for GCP Project. How to get all labels in GCP? Basically GCP Resource M

GCP: Trying to hit an Internal load balancer (internal IP) from Cloud Function

We have 3-4 services which we deploy via Instance Groups on GCP. We use an internal HTTP load balancer to allow access to these services within the network. Now

Vertex AI scheduled notebooks doesn't recognize existence of folders

I have a managed jupyter notebook in Vertex AI that I want to schedule. The notebook works just fine as long as I start it manually, but as soon as it is schedu

Firebase Query in Android returns random number of items altough multiple items match the query

I am using the Firebase Realtime database and I constructed a query for the node "Orders" which should return all items whole attribute "orderID" is equal to 2.

Removing the labels from a google cloud project using python

I'm trying to use the python client API to remove labels from a GCP project. I have been able to use this method to add labels, but the documentation is not cl

What is the best way to invoke a firebase https callable function from within another https callable function

I wanted to know the best practice for invoking a callable (or "onCall") Firebase function from another Firebase callable function, where each of the callable f

Google Cloud Secret Manager - Create a secret in a region

I'm working with the Python library google-cloud-secret-manager and I'm facing some problems in creating a secret within a defined region. In the method secretm

Get contacts which have same phone number stored in phone number list in firestore

this is my first time trying Firestore. I have a collection named users, where every user is a UID and every user has fields (name, phone, and contacts (array))