Google Webmaster Tools API: Downloading queries via OAUTH2
I'm trying to use Google's Webmaster Tools API to download a CSV file of recent search queries. I know how to do that using their 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: The download url for CSV downloads is: /webmasters/tools/downloads-list?hl=%s&siteUrl=%s But the Google data API only lets me use OAUTH2 against: /webmasters/tools/feeds/sites/ So the token I get when I authenticate doesn't provide access. It SEEMS insane that they'd have some of their data available via OAUTH2