googleads / googleads-bidmanager-examples

Apache License 2.0
43 stars 58 forks source link

[Python] Default Credentials will never be used #6

Closed msaniscalchi closed 6 years ago

msaniscalchi commented 6 years ago

Default credentials configured in util.py will never be used because path will always evaluate True in get_service() on this line.

Work-around is to provide credentials as an argument when running the examples.

jimper commented 6 years ago

We really shouldn't be encouraging users to hardcode their credentials, so it's probably better to remove support for that completely.