python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Access SQL from a cloud function in another project
My situation is simple.
I have a Google Cloud Function in Project A accessing a PostgreSQL instance in Project A. It works great.
Now I need another Google Cloud Function from project B to access the ...

OlgaPp
Votes: 0
Answers: 1
Getting "Current user cannot act as service account xxx@yyy.iam.gserviceaccount.com" when trying to launch dataflow job from cloud function (Node.js)
I am trying to run a classic template based Dataflow job from Cloud function(Node.js) and getting this error - Current user cannot act as service account (xxx@yyy.iam.gserviceaccount.com)
var opts = {...

Anuraj Jain
Votes: 0
Answers: 2
Cloud SQL (postgres) cloudsqlsuperuser cannot view tables created by a cloudsqliamserviceaccount user
I am testing the CloudSQL IAM automatic authenticationby using IAM service account users. The goal is to deploy a backend service running in cloud with an service account (SA), which can connect onto ...

Fuyang Liu
Votes: 0
Answers: 1
AttributeError: 'tuple' object has no attribute 'authorize' - GCP Create Service Account with Workload Identity Federation
I am trying to create a service account using Python in GCP. This works fine when i've set env var GOOGLE_APPLICATION_CREDENTIALS to a JSON credentials file, and used the following code:
GoogleCredent...

KnowHoper
Votes: 0
Answers: 1