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.
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