service-accounts Questions

1

I create a json key file for my GCP service account, since it's in JSON, it comes in this format: { "type": "service_account", "project_id": "my-project", ...

3

I am trying to add a service account key file to access a bigquery data set in power bi. I am selecting service account login during the set up process. I added the service account email as well as...

6

Solved

Is there a way to programmatically access the email of the currently used Service Account on a GCP instance when no GOOGLE_APPLICATION_CREDENTIALS is set? (ie. when using the default Service Accoun...

3

Solved

I want to create a service account on GCP using a python script calling the REST API and then give it specific roles - ideally some of these, such as roles/logging.logWriter. First I make a reque...
Cribriform asked 2/3, 2017 at 19:20

2

I'm trying to fetch the gmail inbox directly from backend by a cronjob, with no browser or oauth thing. here is the error i get Google\Service\Exception: { "error": { "code": ...

3

Solved

If you're using Google Apps for Work (also called G-Suite) and uploading files to your Google Drive via the Drive API you'll eventually find yourself with an error message that looks like this: Er...

4

I have a requirement of creating a google calendar event on a calendar and add other users as attendees to that event. The objective is to send calendar events to the application users without taki...

2

I am trying to create a service account in Google Cloud Platform that has Google Drive API access only. However, I cannot find the role at all: Furthermore, if I create a 'general service accou...
Consistent asked 14/8, 2018 at 2:37

3

I have read these documents: https://cloud.google.com/docs/authentication/getting-started?hl=ru#auth-cloud-implicit-java https://cloud.google.com/storage/docs/reference/libraries?hl=ru https://c...

3

I am trying to deploy a service with a non-default service account by following this guide and it says I need "the iam.serviceAccounts.actAs permission on the service account being deployed". The s...

2

My company owns several (verified) facilities and using my company's email i can see those locations (business.google.com). Now, my company would like to fetch the reviews in each location and pre...

5

Solved

I am trying to invoke a Cloud Run service using Cloud Tasks as described in the docs here. I have a running Cloud Run service. If I make the service publicly accessible, it behaves as expected. I h...
Francois asked 9/4, 2020 at 16:23

7

This morning I made a PR which triggered a Cloud Build for my staging enviroment but failed to deploy the results to GAE. The error was as follows: ERROR: (gcloud.app.deploy) PERMISSION_DENIED: Yo...

4

I want to automatically upload videos to YouTube without user involvement so I've created a service account, jumped through the hoops, all was looking great, then the upload, chunk one, is attempte...
Tommie asked 13/12, 2014 at 10:30

2

MY SITUATION I'm working with Firebase and looking to utilize a Service Account Private Key to access the data (Firebase Console -> Project Settings -> Service Accounts -> Generate New Pri...
Extramundane asked 12/10, 2022 at 13:4

5

Solved

I'm trying to deploy a function to Google Function running as a different service account other than the default "PROJECT_ID"@appspot.gserviceaccount.com. Is this even possible? What I've...

3

Solved

Within my code, I am attempting to gather the Application Default Credentials from the associated service account in Cloud Build: from google.auth import default credentials, project_id = default(...
Coccidioidomycosis asked 28/11, 2021 at 11:53

6

Solved

I want to give my application limited access to get the replicas of different statefulsets (and maybe deployment) and if necessary scale them up or down. I have created ServiceAccount, Rolebinding...
Scree asked 26/8, 2019 at 16:15

3

I have an application that I developed that utilizes a few Google Sheets. I was able to figure out how to get it to have access to the Google Sheets API using the following code: UserCredential ...
Windward asked 21/12, 2016 at 16:44

8

Solved

I have created a service account in Google Cloud Console and selected role Storage / Storage Admin (i.e. full control of GCS resources). gcloud projects get-iam-policy my_project seems to indicate...

3

I was Trying to deploy SSIS package from Visual studio 2019 into MS SQL Server 2016, I have been facing deployment error as shown below: "“A .NET Framework error occurred during execution of ...
Aedile asked 14/7, 2020 at 15:55

5

Solved

I'm trying to use gcloud beta functions deploy from CI using a service account, but get an error: (gcloud.beta.functions.deploy) ResponseError: status=[403], code=[Forbidden], message=[The cal...
Aile asked 16/6, 2017 at 10:54

3

Solved

I have started to develop some apis to create users in my G suite directory. I followed the service account tutorials along with the Directory tutorials for python. The code I have is very simple j...

2

Solved

My Understanding of this doc page is, that I can configure service accounts with Pods and hopefully also deployments, so I can access the k8s API in Kubernetes 1.6+. In order not to alter or use th...
Meir asked 12/6, 2017 at 17:33

6

I attempting to use an activated service account scoped to create and delete gcloud container clusters (k8s clusters), using the following commands: gcloud config configurations create my-svc-acco...
Mekka asked 1/11, 2016 at 20:10

© 2022 - 2025 — McMap. All rights reserved.