Issue 17271

occurrence download request fails

17271
Reporter: feedback bot
Type: Feedback
Summary: occurrence download request fails
Status: Open
Created: 2015-02-20 18:48:37.453
Updated: 2015-02-20 18:48:37.453
        
        
Description: Hi I'm trying to generate a download request for occurrences using the URL http://www.gbif.org/occurrence/download/request

with the following JSON:

{
        "creator":"dandaman",
        "notification_address": ["daniel.lang@biologie.uni-freiburg.de"],
        "predicate":
        {
                "type":"or",
                "predicates":
                        [{"type":"equals","key":"TAXON_KEY","value":"3209628"},
                        {"type":"equals","key":"TAXON_KEY","value":"3197314"}]
        }
}

I keep getting an Ops something went wrong HTML response.

I'm using perl to POST the request.

What am I doing wrong?

*Reporter*: daniel.lang@biologie.uni-freiburg.de]]>