Closed GoogleCodeExporter closed 8 years ago
an update to the problem, If I have a list of search options i.e.
SearchOptions = new List<SearchOptions>();
and I add a WebSearchOptionClass i.e. SearchOptions.Add(webSearchOptions);
Then call the download I get my resutls. i.e.
SearchResponse resp = dl.Download(SearchOptions);
Again if i add just NewsSearchOptions to the list I also get results. i.e.
SearchOptions.Add(newsSearchOptions);
SearchResponse resp = dl.Download(SearchOptions);
However if i add both I get a 401 error message ? Is this expected ?
SearchOptions.Add(newsSearchOptions);
SearchOptions.Add(webSearchOptions);
SearchResponse resp = dl.Download(SearchOptions);
Original comment by 16thJanu...@gmail.com
on 16 Mar 2012 at 8:36
I will have a look on this issue. Could take some days, because at the moment
I'm in holidays.
Which version do you use?
greetz
Maas
Original comment by Maas...@gmail.com
on 16 Mar 2012 at 9:11
This issue will be fixed in next version.
greetz
Maas
Original comment by Maas...@gmail.com
on 22 Mar 2012 at 2:45
Original comment by Maas...@gmail.com
on 22 Mar 2012 at 3:22
Original issue reported on code.google.com by
16thJanu...@gmail.com
on 15 Mar 2012 at 4:11