I have read the document of office 365 about onedrive. I have send two http requests:
1)https://graph.microsoft.com/v1.0/me/drive/root/children?$orderby=name&$top=5&$skip=0
2)https://graph.microsoft.com/v1.0/me/drive/root/children?$orderby=name&$top=5&$skip=5
but I have received the same result,anyone could tell me whether office 365 onedrive supports paging?