I am using box-python-sdk ver3.7.2.
I referred to the issue below. Is it the same with version 3.7.2 or later?
- folder.get_items() limit param seems not working.
folder.get_items() limit param seems not working for me · Issue #366 · box/box-python-sdk · GitHub
There seems to be an issue with slow response times when there are a too many files in a folder.
It seems that there are a large number of files(about 12,000 files) under folders in the Box environment that the customer is using.
I think the response would be faster if get_items() could limit the number of records retrieved, but I think it would be difficult because it retrieves all records.
Is there a source code workaround for this problem other than reducing the number of files in the folder?