Open GoogleCodeExporter opened 9 years ago
Can you please attach your code as well?
Thanks
Original comment by pele...@google.com
on 25 Nov 2014 at 9:45
Here you go :) you can also find it on GitHub.
https://github.com/LindaLawton/Google-Dotnet-Samples/tree/master/Google-WebMaste
rTools
The code is very simple just that
public static UrlCrawlErrorsCountsQueryResponse query(WebmastersService service, string site)
{
try
{
var x = service.Urlcrawlerrorscounts.Query(site).Execute();
return x;
}
catch (Exception ex)
{
Console.WriteLine(ex.InnerException);
return null;
}
}
Original comment by laurl...@gmail.com
on 25 Nov 2014 at 9:57
And another thing... can you attach the HTTP request and response as well?
Sorry... thanks :)
Original comment by pele...@google.com
on 10 Dec 2014 at 4:11
Sure if you can tell me how. I didn't know we had any control over the HTTP
request that the client lib sends.
pele...@google.com who ever you are i have tried to track you down for a year.
Please contact me i would love to chat with you about this and a few other bugs
i have found :)
Original comment by laurl...@gmail.com
on 12 Dec 2014 at 9:11
Original issue reported on code.google.com by
laurl...@gmail.com
on 24 Nov 2014 at 1:14