Bu Sun Kim
Bu Sun Kim
Reassigning to @hkdevandla. Googlers see status in 171349628
I am not sure what the latest recommendations are around the Metadata server - @arithmetic1728 @silvolu Could you take a look?
@celsooliveiraTBDE That issue `no attribute __version__` will be fixed in the next release. See #870 and #871. We also recommend that you import from `googleapiclient` rather than `apiclient`. ```python from...
1.8.2 is now released.
@BoxingStudioGames What error are you seeing?
Yes, we can adopt the strategy added recently in api-core. https://github.com/googleapis/python-api-core/pull/80
Hi @bemineni, Was this faster in previous versions of the library?
Hmm, the only network call that's being made is to fetch the certificates, and I wouldn't expect it to take that long. https://github.com/googleapis/google-auth-library-python/blob/c05b8b52e3bbc096cf32e2d4bb5bd45986d3cd04/google/oauth2/id_token.py#L86-L108 Could you try increasing the logging level...
Hi @tstodden, That looks like a reasonable approach given the current code - I get similar results with the following code snippet constructed from your reproduction steps: ```py import asyncio...
Hi @bVTiger, When I've used `run_local_server` it generally doesn't time out until the user has clicked through and authenticated. How quickly is the timeout happening? [`run_console`](https://github.com/googleapis/google-auth-library-python-oauthlib/blob/53e31e2d03b315c12670370f67bdca29b1cd5422/google_auth_oauthlib/flow.py#L379) is another option if...