I'm following the instructions on
https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-web to generate the refresh token
The instructions says to run "generate_user_credentials.py ..." in the terminal, but all my terminals (VS Code, command prompt, Powershell) says that generate_user_credentials.py is not a valid command (in Spanish it says "no se reconoce como nombre de un cmdlet, función, archivo de script o programa ejecutable").
I have already installed the Python Client library on my local machine (with "pip install google-ads") and I see all the "/google/ads/" files installed, but I don't see any of the "/examples/" files and I can't find the "generate_user_credentials.py" anywhere in my machine.
Do I have to add the example files manually?
They should be added to a certain path or folder?
Do I have to do any extra steps or configurations to make the example files work?
(I'm using Python, Django, VS Code and Windows 10. And I'm a super noobie, I guess it's quite clear from my questions). 😅
Thanks!