Re: [API-users] Occurrence download API throwing 406 errors

2018-12-04 Thread Scott Chamberlain
Thanks Federico, It seems to be working now. Right, it's just a text/plain download key. It seems to be working now. Asking the person that opened the issue to test and see if it works for him as well. Scott On Mon, Dec 3, 2018 at 11:37 PM Federico Mendez wrote: > > Scott, sorry for that breakin

Re: [API-users] Occurrence download API throwing 406 errors

2018-12-04 Thread Matthew Blissett
Hi all, The old behaviour (before 3 December): - Download requests had to have "Accept: application/json" or no accept header. - The response would be "Content-Type: application/json" although the actual content would be text like "077-181127163650858" From 3 December until now was onl

Re: [API-users] Occurrence download API throwing 406 errors

2018-12-03 Thread Federico Mendez
Scott, sorry for that breaking change, but we have changed the response type of “/v1/occurrence/download/request” It was incorrectly set to respond with JSON when in reality returns “text/plain” (a download key or identifier). If possible please change the response in the rgbif package. Please l

[API-users] Occurrence download API throwing 406 errors

2018-12-03 Thread Scott Chamberlain
Hi, The occurrence download API has been throwing 406 errors for some users https://github.com/ropensci/rgbif/issues/333 I concur that it happens for me as well. Has anything changed in the backend for the downloads route? Best, Scott ___ API-users m