Bu Sun Kim

Results 52 comments of Bu Sun Kim

Hi @ShwetanshuSingh, Apologies for the late response. I see the code seems to be failing in `compute_engine/credentials.py`. Could you share what environment the code was being run in? Were you...

Hi, The library doesn't provide a way to export the service account credentials. If you want to re-create the service account you would need the original service account JSON object...

Hi @nikoloutsa, Could you let us know what you're looking to accomplish by overriding the default token URI? If you need to use a `token_uri` different from the one specified...

Ah I see. You're correct, there is no way to make the `token_uri` in the payload different from the one provided in the service account file. Is there a technical...

Hi @hahahannes, This Python client is a wrapper around the REST API itself. https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get It sounds like this is a feature request for the API. Please file a feature request...

Ah, it looks like I was reading too quickly. The HTTP response returns empty strings, but the library skips those cells?

@antoscha Hi, would you be able to answer the following questions so we can better troubleshoot the issue? * Which version of Python are you using? `python --version` * Which...

I'm not able to reproduce the error. Would you mind doing a `pip freeze` so we can see all the dependencies you have? If you haven't already, you can try...

A few folks have filed issues about socket timeouts recently - thank you for the additional info!