onedrive-vercel-index
onedrive-vercel-index copied to clipboard
Sort drive items
Raised by #716
按时间排序,这个挺重要的,希望可以加上。
According to the OneDrive doc:
Note that in OneDrive for Business and SharePoint Server 2016, the orderby query string only works with name and url.
So for so many OneDrive for Business users (including E5 developer subscription), OneDrive API support for sorting is poor, which is that only name
with/without desc
is meaningful.
Now the index api of onedrive-vercel-index does support a sort
query param which is forwarded to OneDrive API $orderby
query param, to prepare for future development.