Downloaded image not displaying

My goal is to display in the ap a QR code of the .APK file stored in my google drive so that people can share an app more easily. To achieve this I have an empty image in the app, retrieve the share code of the QR code image also in my google drive from a spreadsheet, and then use the Web function to retrieve and store the downloaded image. Then, set the image to the name of the downloaded file. From the attached code, which is after the web .get is done, I get a response code of 200, which appears to mean retrieval of the code was successful. The filename is /storage/emulated/0/Android/data/appinventor.ai.michael.hersee.Aldi_Product_Identifier_2/files/AppQRCode.png when it is displayed in a label. I've tried using both the full filename as the image file name, and just the 'AppQRCode.png' bit, and neither seem to work. Can anyone suggest any reason why the file might not be displaying? I can preview it perfectly well in the google drive and it displays perfectly as a QR code.

Edited: corrected missing '/data' from filename

App inventor blocks

Is this a typo, you seem to be missing data/ after Android/ in your path ?

Typo - corrected, thanks

OK, it is not that :wink:

Try adding file:// to the beginning of your filepath ?