I have been using the API Files.ListFolder and ListFolderContinue to fetch meta data of all my files and folders. Functionally it is working but each request takes 3-8 seconds to come back with the page of 2000 results. I can't believe this is normal. Anyone else getting this? Out of interest I tried it with Python and .NET SDKs, same results.
Also the metadata PathDisplay doesn't always return the display path. I think it is the FolderMetadata that gets it wrong, the parent folders are not done in Display format, instead they are Lower. Possibly only for shared folders but I haven't debugged it further.