1
Vote

Folder with more of 1530 items

description

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.

comments

ghollosy wrote Jul 10, 2011 at 10:14 AM

I never tested the API with such a large number of files. This is an issue that needs to be examined...

ermanov1 wrote Jul 10, 2011 at 5:09 PM

Thank you, let me know if I can help you.
Ermano

ghollosy wrote Jul 27, 2011 at 10:34 AM

I checked this issue and could reproduce it. It seems to be a built-in limitation of the web service I use to list the content of a folder. So far, I could not figure it out how to force the web service to page, show the rest of the files and not just the last 1530 files.