neuecc / LINQ-to-BigQuery

LINQ to BigQuery is C# LINQ Provider for Google BigQuery. It also enables Desktop GUI Client with LINQPad and plug-in driver.
MIT License
86 stars 16 forks source link

At least one client secrets should be set #56

Closed manxjason closed 5 years ago

manxjason commented 5 years ago

Looks like this doesn't support newer versions of exporting the Json auth from Google Cloud? I was getting parser errors while trying to auth through the dialog until structuring my private_key as follows:

{"private_key": "-----BEGIN PRIVATE KEY-----myprivatekeyasdaisdjaojdsiajdois\n-----END PRIVATE KEY-----\n"}

Following that the following error is returned: 'At least one client secrets should be set'

manxjason commented 5 years ago

Closed as I was trying to use a service account instead of a Google API Credential.