Top "Service-accounts" questions

The Google OAuth 2.0 endpoint supports server-to-server interactions such as those between a web application and Google Cloud Storage.

Do not have permission to access app while deploying google service account

After creating google service account with permission as shown below - deployment fails with message . I am failing to understand …

google-app-engine deployment service-accounts
service account does not have storage.objects.get access for Google Cloud Storage

I have created a service account in Google Cloud Console and selected role Storage / Storage Admin (i.e. full control …

python google-cloud-platform google-cloud-storage service-accounts
How to login to Google API with Service Account in C# - Invalid Credentials

I'm beating myself bloody trying to get a simple service acccount login to work in C#, to Google API and …

c# google-oauth google-analytics-api google-api-dotnet-client service-accounts
How to Auth to Google Cloud using Service Account in Python?

Im trying to make a project that will upload google storage json file to BigQuery (just automate something that is …

oauth-2.0 google-bigquery google-cloud-platform service-accounts
How to configure a non-default serviceAccount on a deployment

My Understanding of this doc page is, that I can configure service accounts with Pods and hopefully also deployments, so …

kubernetes service-accounts
Can we access GMAIL API using Service Account?

I have a desktop application to read mail using GMAIL API over REST Interface. I want to use service account …

c# google-oauth service-accounts gmail-api
Google Drive API, Oauth and service account

I've some issues with Google Drive API, service account and authentication. I read a lot, but I cannot figure out …

google-drive-api google-oauth service-accounts
Can't access FireBase Database via HTTP/REST error 403 Forbidden

Swift + Vapor framework for server + Xcode 8.1 I am trying to read Firebase Realtime Database making HTTP requests to my DB, …

firebase firebase-realtime-database service-accounts vapor