I am trying to do the following to connect with stackdriver to my google account:
>>> import google.cloud.logging
>>> client = google.cloud.logging.Client()
I also have my key file located at:
os.path.join(SITE_ROOT, 'utils', 'gcs_testing.json')
Is there a way to manually pass this in python instead of having to export the variable, GOOGLE_APPLICATION_CREDENTIALS. If so, how would this be done?