I have forked python - doc - sample https://github.com/aliwo/python-docs-samples
and I'm trying to learn .py file below. python-docs-samples\video\cloud-client\labels\labels.py
error message occured:
google.auth.exceptions.DefaultCredentialsError: Could not automatically determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or
explicitly create credential and re-run the application. For more
information, please see
https://developers.google.com/accounts/docs/application-default-credentials.
I checked all the google client website but could not find where to place my service account's key.json file. how to resolve this error?