Hello,
Thank you very much for this script.
I had some issue with the connection to the service :
googleapiclient.errors.UnknownApiNameOrVersion: name: webmasters version: v3
I changed line 63 of oauth.py :
webmasters_service = build('webmaster', 'v3', http=http)
to :
webmasters_service = build('searchconsole', 'v1', http=http)
and it works now.
Greetings
Hello,
Thank you very much for this script.
I had some issue with the connection to the service :
googleapiclient.errors.UnknownApiNameOrVersion: name: webmasters version: v3I changed line 63 of oauth.py :
webmasters_service = build('webmaster', 'v3', http=http)to :
webmasters_service = build('searchconsole', 'v1', http=http)and it works now.
Greetings