I have an issue with folders with more of 1530 items.
The SkyDrive .Net API Client returns a collection of only 1530 HgCo.WindowsLive.SkyDrive.WebFileInfo items.
I using this code in order to enumerate the items of the folder:
HgCo.WindowsLive.SkyDrive.WebFileInfo[] files = skyDriveServiceClient.ListSubWebFiles(webFolder);
I googled to know if there are some limits, but with not success.
If I access my SkyDrive by standard User Interface or by WebDAV I am able to see all the files.