Hi @Andrew Melbourne , if you‘re worried about how to open files in subfolders in SharePoint, there are two endpoints you can use:
First, you can list all the files in the subfolder by:
https://graph.microsoft.com/v1.0/sites/{site-id}/drive/root:/Folder/subfolder:/children
And you can use get files in subfolders by:
https://graph.microsoft.com/v1.0/sites/{site-id}/drive/root:/Folder/subfolder/{item-path}
If this suggestion does not meet your needs, you can also comment below and we can continue to investigate the issue. Best Wishes.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.