I need to retrieve the whole OneDrive file list of the user, to sync it to my local database.
Is there a good solution?
I don't want to recursively traverse the whole file tree, which is very inefficient...
At first I thought I could do it with the /search&q=* endpoint, but they return max 500 results with no pagination option.