Calling private images

I want to display private, uploaded, images.

  • I have a content file type called “destination”
  • Assuming this destination were a retail location, I would want their profile to include pictures of the store.
  • The image uploader is set to private, and stores the image on the parent thing/group, called editDestination.

I can’t seemingly auto-bind an image to a list of images. I get an error to the effect the field is not something uploadable. Bummer. That’s why I attached it to the parent.

If this were a custom state, I would be able to call it in the dropdown after the state was defined. Does this work the same way? Can I, in this instance, call all the pictures attached to the state name. Here, I’m not sure.