Currently I'm using client.getAsync(folder + "/files", liveListener)
to check the contents of a folder for a specific file. At the moment it works well but if the folder has many files in it (which it is likely to have) then the result returned will be rather large so I was wondering if there was any way to limit this?
Using the Google Drive api I can query for files of a certain mimetype which means the results returned is greatly reduced.
Is there anything like this for the Windows Live api?
The documentation doesn't suggest so..