Not able to query files using _id in the kinvey
var query = new $kinvey.Query();
query.equalTo('_id', file._id);
$kinvey.Files.find(query).then(callbackfunction)
This above snippet is returning null results
Hi Jaishankar,
Is this the exact query you are using or you are adding additional filters/expressions to that query?
Regards
Martin Apostolov
Kinvey Support
Jaishankar M
Not able to query files using _id in the kinvey
var query = new $kinvey.Query();
query.equalTo('_id', file._id);
$kinvey.Files.find(query).then(callbackfunction)
This above snippet is returning null results