githubpritam / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Webmaster Tools - crawlIssuesEntry.IssueDetail always return null #668

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello :)

When i try to get crawl Issues i always get null references with this sample 
code :
string cieDetail = crawlIssuesEntry.IssueDetail;

The code try to get the value of the element  "issue-detail" but it did'nt find 
it.

According to the API reference page : 
https://developers.google.com/webmaster-tools/docs/2.0/reference?hl=fr#Elements_
crawl

The issue detail value is in the element "detail"

If i go in the WebmasterToolsNameTable class and change the following code

public const string XmlIssueDetailElement = "issue-detail";

by

public const string XmlIssueDetailElement = "detail";

all work fine.

Best regards,

H.

Original issue reported on code.google.com by hassane....@gmail.com on 2 Aug 2013 at 8:19

GoogleCodeExporter commented 9 years ago
same problem...

Original comment by drag...@gmail.com on 23 Dec 2013 at 5:12