Hi,
I am using Survey123 and the data collection layer is getting pretty large. With every entry, there are about 6 photos associated with it.
It sad to see that there is no easy way to download the images published on AGOL with the survey.
I tried batch downloading from ArcGIS Pro - it didn't work.
The only code that actually worked was I believe published on this forum: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-download-survey-data/ba-p/1141835
which does the job great, but it takes a long time to download all attachments. It's also great that it produces csv with the list of attachments that belong to a specific entry
Here comes in play my lack of knowledge in python and why I wish there was a simpler way of downloading attachments:
is there a way to implement in the code a filter for downloading attachments from a specific date range, or a specific user, or a specific locality?
That would help produce a backup quicker and more frequent.