google cloud authentication linux code example
Example 1: default credentials gcp without browser
gcloud auth application-default login --no-launch-browser
Example 2: python GOOGLE_APPLICATION_CREDENTIALS
import os
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "royaltyacquisitionmaster-522200445ae4.json"