This one's been a tough one to figure out and I haven't found any forum posts out there with this same question.
I've run into a scenario where we need a barcode generated with each record in a SharePoint list. Simple enough to set that up but when attempting to set up a flow to generate a downloadable document with the barcode embedded, I keep hitting a brick wall. So far, it seems the only way I can download the barcode is by following the link under that column and manually download it. Any other method presents a 403 error.


I assume it has to do with the image being dynamic (https://[tenant].sharepoint.com/sites/[SiteName]/_layouts/15/barcodeimagefromitem.aspx?ID=[itemID]&list=[listID ]) but there isn't a direct path to the image in order to test that theory. My only other thought is that I don't have proper security permissions but that doesn't track because I'm the site owner under my organization and I'm running into the same error message under my own dev tenant.
At a loss folks so any guidance would be appreciated.