service-accounts Questions

5

Solved

I have functions deployed to gcloud functions and i want to configure CI/CD for deploying this functions from gitlab. To do any operations from gitlab i need to get firebase auth token with fireb...
Aeromechanics asked 26/11, 2019 at 15:11

2

I am trying to use Google Service Account to list videos from YouTube Data API v3 in .NET. I have activated YouTube API, created Account Service, but whenever I am trying to list videos from my cha...
Pottle asked 4/8, 2018 at 1:20

1

Solved

This is the shape of my JSON service account key from Google. { "type": "service_account", "project_id": "", "private_key_id": "", &q...

1

Solved

I have tried accessing a Google Sheets file in my Google Drive with this code: import gspread from oauth2client.service_account import ServiceAccountCredentials scope = ['https://www.googleapis.c...
Henceforward asked 28/7, 2018 at 12:38

2

Solved

I've spent already several hours with this problem but it seems that I can't activate a service account to develop locally an App Engine project (If I deploy teh project it authenticates well since...
Claresta asked 7/4, 2017 at 12:48

1

Solved

I am trying to deploy a cloud function via gitlab using a new service account (Not using default service account). It has the cloud functions developer role but it is still failing with below error...

3

I've been trying to create a public cloud run invoker policy and bind that to my cb_app cloud run service so that it can be exposed. I've created a custom service and assigned it cloud admin role. ...

5

Solved

I'm trying to make a project that will upload Google Storage JSON file to BigQuery (just automate something that is done manually now), and I'd like to use a 'service account' for this as my script...

1

Solved

I am trying to get a Cloud Function to create a Cloud Task that will invoke a Cloud Function. Easy. The flow and use case are very close to the official tutorial here. I also looked at this article...

5

Solved

I've exported MySQL Database following the MySQL Export Guide successfully. Now, I'm trying to import MySQL Database following the MySQL Import Guide. I've checked the permissions for the servic...

2

So, we have a "Compute Engine default service account", and everything is clear with it: it's a legacy account with excessive permission it used to be limited by "scope" assign...
Demy asked 26/1, 2022 at 9:44

2

I think I might be misunderstanding how Service Accounts work in GCP, as I don't understand why (in my situation) they need to impersonate a user to complete a task. I need to access some informati...

2

Problem Terraform GCP google_service_account and google_project_iam_binding resource to attach roles/editor deleted Google APIs Service Agent and GCP default compute engine default service account ...

2

I'm currently using GKE Workload Identity to access Google Cloud Platform resources from within GKE. This works very well for Google Cloud Storage and other platform resources. However, I encounte...

2

Solved

Is it possible to authenticate against the Google Drive API using a Google Service Account, rather than an OAuth flow ? The Python examples for Google Drive use OAuth - Google drive Python Quick st...

3

Solved

I've created Service Account client via console.developers.google.com. Generated keys, .p12 cert, enabled DwD, and so ... Then I've continued as describer in Admin API references. (HTTP/REST versi...
Unite asked 13/2, 2017 at 12:20

1

I am trying to build a docker image from the Pub/Sub tutorial on Google (link here). I am running this command: gcloud builds submit --tag gcr.io/project_id/pubsub but for some reason I get the err...

1

Solved

I'm trying to run GKEStartPodOperator/KubernetesPodOperator tasks in a Composer 2 environment, which makes use of a GKE cluster in autopilot mode. We have an existing Composer 1 environment with a ...

1

Solved

The PubSub service account is service-<PROJECT_NUMBER>@gcp-sa-pubsub.iam.gserviceaccount.com The command described here to create an IAM policy binding succeeds, which shows that the service ...

1

Solved

I am trying to open a private google sheet using python. The end goal here is to read that private sheet data into a json object. I have made sure to create a google cloud project, enable the API's...

1

Solved

The documentation for the Service Account User role is a bit confusing. https://cloud.google.com/iam/docs/service-accounts#user-role Users granted the Service Account User role on a service accoun...

1

I have the following script I'd like to execute to create my service account and give it a Cloud Build Service Account role. # create service account for github actions gcloud iam service-accounts...
Damning asked 23/8, 2021 at 12:41

3

Solved

I'm getting this "java.lang.NoSuchMethodError: com.google.common.io.ByteStreams.exhaust(Ljava/io/InputStream;)J" error while using ServiceCredentials.fromStream() method. Anyone here faced this and...
Sheeran asked 4/5, 2020 at 17:9

5

From my Google Play console I linked a project. Then I created a service account. Still, when refreshing the console, it still says "There are no service accounts associated with your project." Wai...

1

Solved

I'm trying to upload a pdf file created on my computer with path output_pdfs/<pdf-name>.pdf. I'm using the id of the parent folder of where I want to upload the files to in my code. I'm getti...
Vareck asked 20/5, 2021 at 14:13

© 2022 - 2025 — McMap. All rights reserved.