I'm trying to use OneDrive file picker for JavaScript v7.2: https://docs.microsoft.com/en-us/onedrive/developer/controls/file-pickers/js-v72/open-file?view=odsp-graph-online
On filepicker window load, I get a list of my OneDrive files and folders, which include my RECORDINGS folder. I would like to achieve the following:
I understand it might be possible by using the search items API (https://docs.microsoft.com/en-us/graph/api/driveitem-search?view=graph-rest-1.0&tabs=http), but I would like to save myself the effort of creating the filepicker's UI.
Thanks