As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Business Logic does not currently offer a way to resolve KinveyFile references. In order to do so, you can use the request module to access the REST API, which does resolve these references.
J
Joshua Cleetus
said
almost 10 years ago
Hey Gal Thanks for your reply
But the thing is that first i have to find a particular object using sort
from say a million objects and then
fetch the image from that object.
Gal
said
almost 10 years ago
Joshua, you can use the request module (http://devcenter.kinvey.com/rest/reference/business-logic/reference.html#request-module) to send a REST API request from within BL. Another possibility is to think about simply returning the ID (or IDs) of the matching entities from the BL endpoint, and then requesting them, by ID, through the regular (iOS/REST/etc) API?
Joshua Cleetus