First thanks for all the works, seems promising, when i will be ablle to connect to my Google search console API via your script (it work with https://developers.google.com/webmaster-tools/search-console-api-original/v3/quickstart/quickstart-python but as i need to run it via crontab on a GCP VM, it won't do it...
so, there is the issue : I run python on a remote virtual machine, and i need the token system from Oauth2 to aknoledge the use of my google account... I have to use the --noauth_local_webserver in order to bypass that...
but it dont seems to work though...
all requirement are ok i think (i follow your guide) but i still get the same output with or whitout the arg...
may be an issue with my oauth version? but it seems to be OK for me...

First thanks for all the works, seems promising, when i will be ablle to connect to my Google search console API via your script (it work with https://developers.google.com/webmaster-tools/search-console-api-original/v3/quickstart/quickstart-python but as i need to run it via crontab on a GCP VM, it won't do it...

so, there is the issue : I run python on a remote virtual machine, and i need the token system from Oauth2 to aknoledge the use of my google account... I have to use the --noauth_local_webserver in order to bypass that...
but it dont seems to work though...
all requirement are ok i think (i follow your guide) but i still get the same output with or whitout the arg...
may be an issue with my oauth version? but it seems to be OK for me...