I want to transfer blob from my google endpoint server to an android application; not a link to blob, actual blob. Do I have to encode blob in Base64 to send it from the endpoint or is it being processed by the application?
Please do not confuse this question with the reverse way of sending images from the external interface to the backend. I want to send from SERVER to the CLIENT. Do I need to encode blob or application descriptor? Oh and I use Java.
source
share