I have been getting files from "//api.dropboxapi.com/2/files/list_folder" endpoint but I never get any "has_more" value is true from the response, even with a folder with more than 300 items.
1.What's the mininum number of item in a folder/directory in order to get a has_more = true ?
2. With has_more = false, but I still get cursor value and I thought we only get cursor value to get next available items and only when has_more = true. Do we use cursor value for any other purpose beside getting next available items ?
Thanks,