Hello.
The map in our Experience includes a layer with attachments enabled. When performing an 'Edit' widget query, the queryAttachments query string includes the argument 'keywords=photos'. Because none of our attachments have keywords, no attachments are returned. When doing an 'Info' widget query, 'keywords' is not included in the query string so the associated images/attachments are returned as expected.
Edit URL:
https://services2.arcgis.com/<foo>/arcgis/rest/services/<bar>/FeatureServer/0/queryAttachments?f=json&token=<token>&keywords=photos&objectIds=145934&returnMetadata=true
Info URL:
So a couple of questions:
Thank you.
Solved! Go to Solution.
this blog may help answer you questions:
https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/attach-more-value-to-your-fo...
If it doesn't please let us know.
this blog may help answer you questions:
https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/attach-more-value-to-your-fo...
If it doesn't please let us know.
@CraigGillgrass Thanks for the link. The blog post certainly provides some context for what has changed. I'm still unsure of why the keywords parameter gets added to the queryAttachments request, or how i can control or configure what values it includes. Is there a blog that explains that?
I'm probably missing a lot of important details and nuance, but it seems like i need to redo any maps used in ExBldr that includes layers with attachments (assuming we want to be able to edit the data) - is that correct?