Closed manxjason closed 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'
Closed as I was trying to use a service account instead of a Google API Credential.
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:
Following that the following error is returned: 'At least one client secrets should be set'