AtlasOfLivingAustralia / biocache-service

Occurrence & mapping webservices
https://biocache-ws.ala.org.au/ws/
Other
9 stars 26 forks source link

Downloading records for a species list is not working #810

Closed temi closed 1 year ago

temi commented 1 year ago

Clicking download all records from a species list does not trigger the download but returns 404.

image

It goes to this link which fails.

adam-collins commented 1 year ago

This is calling biocache-service's deprecated online download service, /occurrences/index/download. Moving the issue to biocache-service.

adam-collins commented 1 year ago

/occurrences/index/download is deprecated. It should trigger the also deprecated /occurrences/download.

adam-collins commented 1 year ago

Fixed on develop. https://github.com/AtlasOfLivingAustralia/biocache-service/commit/c9f5106a023fbd879e9604719e007ecef5393650

sughics commented 1 year ago

Looking further into this. This will currently not work as the /occurrences/index/download has not been added to the api gateway specs yet and download apis in general are protected with JWT requirement on the gateway. TODO below

OR

sughics commented 1 year ago

Included in release 4.1.1