1--- 2name: Bug report 3about: Create a report to help us improve 4 5--- 6 7Thanks for stopping by to let us know something could be better! 8 9**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. 10 11Please run down the following list and make sure you've tried the usual "quick fixes": 12 13 - Search the issues already opened: https://github.com/googleapis/google-api-python-client/issues 14 - Search StackOverflow: https://stackoverflow.com/questions/tagged/google-cloud-platform+python 15 16If you are still having issues, please be sure to include as much information as possible: 17 18#### Environment details 19 20 - OS type and version: 21 - Python version: `python --version` 22 - pip version: `pip --version` 23 - `google-api-python-client` version: `pip show google-api-python-client` 24 25#### Steps to reproduce 26 27 1. ? 28 2. ? 29 30#### Code example 31 32```python 33# example 34``` 35 36#### Stack trace 37``` 38# example 39``` 40 41Making sure to follow these steps will guarantee the quickest resolution possible. 42 43Thanks! 44