GoogleSearchConsole-Tutorial
GoogleSearchConsole-Tutorial copied to clipboard
googleapiclient.errors.UnknownApiNameOrVersion: name: webmasters version: v3
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
I created a pull request to get this updated.