googleads / googleads/googleads-python-lib
module 'googleads.oauth2' has no attribute
Abierto
@BenRKarl ya está trabajando en esto.
Desde el 9/7/2019.
- Lenguaje dominante
- Python
- Estrellas
- 749
- Forks
- 967
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
When running the access token example, I receive the error
AttributeError: module 'googleads.oauth2' has no attribute 'GetAPIScope'
However, I can run the following without issue
from googleads import oauth2
I install the library using pip install googleads and all the necessary files, including oauth2.py, can be found inside
/Users/username/DevEnv/lib/python3.7/site-packages/googleads/
Does this have something to do with how I import the package, or am I using an old example?
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.