Open mbrukman opened 9 years ago
Set a custom user-agent on all uses of the Google API Python client library, including both launcher and console, to identify the tool and version in use.
Looks like we can use http.set_user_agent() per the old docs, the new docs, and the code.
http.set_user_agent()
Set a custom user-agent on all uses of the Google API Python client library, including both launcher and console, to identify the tool and version in use.