Skip to content

documents: Add support for "orderBy=" query param to GDataDocumentsQuery

Mayank Sharma requested to merge mayanksha/libgdata:mayanksha/orderby into main

Google Drive v2 allows file-listing operations to provide a sort key, so that the returned feed is sorted by the combination of supplied keys. Libgdata currently lacks this functionality, and this MR adds that feature to GDataDocumentsQuery. The relevant parts of documentation has been updated as well.

Merge request reports