Closed msaniscalchi closed 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.
path
True
get_service()
Work-around is to provide credentials as an argument when running the examples.
We really shouldn't be encouraging users to hardcode their credentials, so it's probably better to remove support for that completely.
Default credentials configured in util.py will never be used because
path
will always evaluateTrue
inget_service()
on this line.Work-around is to provide credentials as an argument when running the examples.