Start a new topic

Not able to query files from _id

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 

1 Comment

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

Login or Signup to post a comment