Trouble With Displaying Application/octet-stream Content-Type

Hello,

I’m currently making a GET request to receive what I know to be a PNG. How would I convert the content-type of application/octet-stream into an image I can display on my application?

Here is a piece of what I’m receiving from the GET request.

Screenshot 2024-07-30 at 2.56.29 PM

Hello,

If you use the same URL for your image in a browser, does it display correctly?

Mark

Yes it does

This tells me the file returned by Backendless can be displayed without any additional modifications.

Yeah I figured out my problem, I was making an API call to receive the image when all I had to do was put the link in the URL section of the image.

Thank you!