Hi,
What is the default order of the returned metadata when iterating with files_list_folder and files_list_folder_continue Python APIs?
Is it arbitrary? By modification datetime? By other metadata?
Asking because a third party application iterates and reads files (guessing with files_list_folder and files_list_folder_continue APIs) from a folder that my Python script uploads.
I can't change the third party application code (don'y have it), so I'm wondering if I can control the reading order during the upload. For example by: file upload order, file name, file modification timestamp, any other file metadata.
Thanks,
Maoz