I'm grabbing images for a client from their old database. I have an fmp12 where one field has the image url, the next field is an empty container. I want to insert the image from the URL into the container field.
I'm using Insert from URL with the urls for the images. However it only works sometimes.
This link works fine:
https://jdj-projects.nil-database.com/attachments/get_shared_attachment/149/413108/66660101/c6707a87a3fa53da34d252cdae29de209937e18a/original/?fd=1
This link doesn't work:
https://jdj-projects.nil-database.com/attachments/get_shared_attachment/149/363916/66660101/d5c11e8711bf1f3b9606504fc94dafa699f9eb92/original/?fd=1
I get error 10 "Requested data missing". When I use these links with a browser, I get the exact same behavior with both- it downloads the image. I tried fooling with the ?fd=1 parameter, but no luck.
Any ideas of how I can get this to work?
Thanks