Closed andreasbueckle closed 2 months ago
PS: Did some diving with @bherr2:
Folder names in models
have v1
appended for some reason: https___cdn.humanatlas.io_digital-objects_ref-organ_kidney-female-left_v1
PPS by @bherr2 to @LuchenCatherine
I see why it cuts off at v1 in the directory! You are trying to trim off the .glb but you actually ended up by finding a dot and removing that afterwards for the filename, which actually removes everything past /v1.x/...
I found this issue yesterday and resolved it. Will update the repo today.
@LuchenCatherine OK! Bruce put in a fix with commit https://github.com/cns-iu/hra-3d-cell-generation-api/commit/4a4c5aec64b6d2e282d0a1f246fe68a6a614055f.
temporary fix . It looks like Lu put in a fix. Try it out @andreasbueckle I think it'll work for you.
I was running the CURL example in the README but only got back an empty table. Something must have broken. I used both https://apps.humanatlas.io/api/v1/mesh-3d-cell-population and https://apfvtab7fp.us-east-2.awsapprunner.com/mesh-3d-cell-population.
PS: It does work when changing the
examples/test-request.json
to use the new forma for file names (starting withcdn
) either.