Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I find my accounts Google Service Account Key File?

I am using Larvel for my CMS framework.

I need to upload Google Service Account Key File (.json) for Google Analytics to work.

I have my tracking code and view id.

How do I find my Google Service Account Key File?

like image 741
GethLife Avatar asked Sep 20 '25 00:09

GethLife


2 Answers

Please use below steps to get service account key file:

  1. Open IAM & Admin & click "Service Accounts"
  2. Search for the service account in "Filter table"
  3. Select the required service account
  4. Click on "Action" button (three dots) and click "Create Key"
  5. Select Key Types as "JSON"
  6. Click "Create" button to download the service account key
like image 129
Soumendra Mishra Avatar answered Sep 22 '25 14:09

Soumendra Mishra


This page explains how to create and manage service account keys using the Google Cloud Console, the gcloud command-line tool, the Identity and Access Management API, or one of the Google Cloud Client Libraries.

like image 37
Anil Narayanaswamy Avatar answered Sep 22 '25 13:09

Anil Narayanaswamy