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...
Martsen asked 4/10, 2022 at 4:37
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...
Roister asked 12/4, 2022 at 10:13
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. ...
Larose asked 29/7, 2021 at 16:38
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...
Gullah asked 2/6, 2017 at 11:52
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...
Campney asked 16/2, 2022 at 17:48
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...
Palace asked 13/6, 2018 at 1:56
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...
Abohm asked 24/1, 2022 at 16:25
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 ...
Funchal asked 13/1, 2022 at 21:3
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...
Longwood asked 15/4, 2020 at 21:17
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...
Celesta asked 28/10, 2020 at 10:10
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...
Layoff asked 31/10, 2021 at 19:0
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 ...
Naivete asked 22/10, 2021 at 13:32
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 ...
Perquisite asked 14/10, 2021 at 10:12
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...
Baldpate asked 15/9, 2021 at 7:27
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...
Wolfish asked 10/9, 2021 at 6:46
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...
Schaffner asked 7/5, 2018 at 6:15
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.