Can we order a file list with the Google Drive Api (by title, kind or last update)? This obviously can’t be done on the client side as we’re not supposed to get the whole list in one bit but can’t figure out how to order it on the server side. Thanks for your help
Share
There are no query parameters that would let a client request a sorted list of files from the Google Drive API. This is a valid feature request that we could consider.
In the meantime, client applications have no choice but to perform sorting on their side.