Access photo in Gallery or Photos based off of photo name or other identifier

I am using the cordova-plugin-camera to allow users to take photos in my app. Since the plugin allows you to save the photo to the photo album, I don’t want to also store the photo in app storage. I would prefer to store an identifier for the photo (name or otherwise), and use that to retrieve the photo when the user returns to that portion of the app. Is there a way to use the camera plugin to access the photo album and retrieve a photo based on the name of the photo?