Stream Images From Central to Dashboard

My team uses pyODK to get data from ODK Central and analyse then push ta a dashboard. Our submissions contain images, and we want to have the images show on the dashboard when we stream the data.

We created a function that CONCATENATE the parts of the link to obtain the image URL, however, the next obstacle is authentication. Once we export the URL, authentication is required to view the image.

Yup, this is a known limitation. See
Can we hotlink ODK Central media files? for the most relevant discussion of the problem and Improving connections from ODK to other systems (with health focus) for the likely solution.

1 Like