I do something similar to Bob.
I need to interface with an external API that returns binary PDF files.
Because the Glide API can’t handle these, I use Make to fetch them, then push them in through the Glide API as base64 encoded text, and then display them in a Webview as a dataURI.
3 Likes