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.
Hello,
If you use the same URL for your image in a browser, does it display correctly?
Mark
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!