GoogleSearchConsole-Tutorial icon indicating copy to clipboard operation
GoogleSearchConsole-Tutorial copied to clipboard

googleapiclient.errors.UnknownApiNameOrVersion: name: webmasters version: v3

Open nico502 opened this issue 3 years ago • 1 comments

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

nico502 avatar Apr 13 '22 10:04 nico502

I created a pull request to get this updated.

benbohmer avatar Jun 01 '22 07:06 benbohmer