I am trying to use the Google Webmaster API to download a CSV file of recent searches.
I know how to do this using the Python example at http://googlewebmastercentral.blogspot.com/2011/12/download-search-queries-data-using.html
But I want to use OAUTH2.
Here's the problem: Download URL for CSV Download:
/ webmasters / tools / download-list hectoliters =% s &? SiteURL =% s
But the Google Data API only allows me to use OAUTH2 for: / Webmasters / tools / channels / sites /
So, the token that I receive when I authenticate does not provide access.
NOW DEATH, that they will have some data accessible through OAUTH2, and some of them will use only username / password.
Does anyone know of a request URI that I can use to download a request report through OAUTH2? Or is it an API like nuts, as it seems?
source share