You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @harriseldon
Thanks for the feedback!
I modified this line per your instructions and released a new version, I will upload it as soon as I get a good Internet connection.
I just installed the new build and the synchronization worked! Part of it was too fast. I was testing, so I created a new Excel Workbook. Then I renamed it. Both files synchronized. I will continue to test. Thank you for the quick response.
CmisSync/CmisSync.Lib/Sync/CrawlStrategy.cs
Line 170 in d139ad5
484a7c6c037cabfb668691b5/children?id=484a7c6c037cabfb668691b5&filter=*&includeAllowableActions=true&includeRelationships=both&includePathSegment=true&maxItems=2147483647&skipCount=0
bigInteger larger than max integer: 2147483647
I tried the same url and used 2147483646 and it worked. Can line 170 be changed to
operationContext.MaxItemsPerPage = Int32.MaxValue - 1;
The text was updated successfully, but these errors were encountered: