I tried to get information about all files and folders in my account.
I restricted the number of acquisitions by "limit".So I tried to get the rest by " / list_folder / continue", when I cannot get all.
However, "has_more=true" was returned returned, despite being less than the "limit".
Is this a bug in Dropbox?
Response example (42 items in total)
{
"entries": [
{
".tag": "folder",
"name": "test",
"path_lower": "/test",
"path_display": "/test",
"id": "id:dummy_id_aaaaa"
},
{
".tag": "folder",
"name": "test_folder",
"path_lower": "/test_folder",
"path_display": "test_folder",
"id": "id:dummy_id_bbbbb"
}
],
"cursor": "dummy_cursol_ccccc",
"has_more": true
}