Hello everyone! I have been trying to fetch all the subfolders in one drive . It is working fine with the rest cases but i faced some glitch while using this getChildren feature of one drive . There is Distributor Folder exists and inside of this it is clearly giving ChildCount as 144
Any chance you could post your workflow again, It looks like it is only 2 nodes but no link between them, You can use the ``` characters around it to format it nicely.
I have given this a quick test on 2 folders one with 144 items in and another with 200, I can see in the node itself we do set $top so we could have a bug here but we will need to be able to reproduce it so we can fix it.
The more information you can share the better, If you can share what the folder structure looks like as well that would be handy.
I have been trying to reproduce this starting by creating what I think your folder structure looks like now. What I have done is made a quick workflow to create a folder that looks like this /Order Booking/folder-x/Distributor/folder-y. For my test there are 20 x folders, The Distributor folder is created in a “random” amount of them and then y folders is also a random amount between 1 and 200 in the Distributor folders.
For some reason though I can’t trigger the same failure message, What version of n8n are you running?
Hey @Jon i don’t know exactly how will you check the error but i can give you the rough idea i.e., whenever you try to access child folder whose total count is more than 120 to 140 then onedrive node is throwing that mentioned error.
You can try locally by creating multiple folder inside of its parent and try to access those folder, it will give you that error.