I have an app that's been functional for the past year. A SharePoint site is used to store images that are displayed within the app, and the images saved there have been regularly updated/added/removed throughout the year. Recently, two images were added that are not displaying in the app and I'm hoping someone might have an idea I'm not thinking of.
The URL to the image is saved in a static Excel spreadsheet since we don't have premium connectors available, and it was the easiest way to reference the amount of data we're dealing with.
The specific image is pulled using a ThisItem.ImageName, and a filter is applied to identify the correct item.
When I attempt to access the image directly from the SharePoint, or even from the URL on the Excel file, I'm able to view it in the browser window.
Also, when I replace the image in the Excel file with another one, the other image displays.
Since I'm able to view the problem image directly, but not within the app, yet other images display correct when I insert them into the item location in the table, it makes me think there's some sort of conflict or permission issue. The permissions in the SharePoint where the images are stored are pretty broad, yet there's no explanation why it's not displaying in the app.
Has anyone else ever run into this or have any suggestions on solutions?