I am trying to use the BigQuery Python API , but upon the following command:
client = bigquery.Client()
I am getting an error that the file that stores the service account key can’t be found.
google.auth.exceptions.DefaultCredentialsError: File "C:\Projects\Agent Scoring-a5bf49c5af93.json" was not found.
I followed the instruction here https://cloud.google.com/bigquery/docs/quickstarts/quickstart-client-libraries
The error message is not clear if the path to the file is known, how come it can’t be found.
I am using Windows 10.