garimasingh2016
garimasingh2016
Hi! Yes, the issue was the ADC credentials! Running `gcloud auth application-default login --impersonate-service-account=` worked. I also totally missed the async section in the readme, thank you for pointing me...
I am now getting an error that says ``` google.auth.exceptions.DefaultCredentialsError: The file /Users/garimas/.config/gcloud/application_default_credentials.json does not have a valid type. Type is impersonated_service_account, expected one of ('authorized_user', 'service_account', 'external_account'). ``` It...
Ok! FYI, running that gave me a bunch of dependency errors I had to upgrade manually. Letting you know in case forcing a newer version may create issues. I have...
Yes that worked! Thank you!