api - How should the OneDrive children@odata.nextLink parameter be used -


when open folder, , request children, paging variable - children@odata.nextlink. if call (office 365 business) first 200 child items again. broken or doing wrong.

this appears bug. i've opened issue in api issues list: https://github.com/onedrive/onedrive-api-docs/issues/422.

in mean time, can work around bug targeting folder's /children collection directly, instead of using ?expand=children.

for example:

get /_api/v2.0/drive/root:/pathtofolderwithlotsoffiles:/children 

you can page through items in folder expect, using @odata.nextlink.


Comments