I was shared access to a SharePoint folder on our Office 365 site.
The folder is deeply nested. Something like:
http://mycorp.sharepoint.com
Our Docs > Marketing > Company > Images
Inside the "Images" folder are a list of JPGs.
How can I use the Graph API to access this deeply nested folder?
I've tried something like:
https://graph.microsoft.com/v1.0/sites/mycorp.sharepoint.com:/Documents/Marketing/Company/Images:/Items
I feel I'm close but I'm just not sure how to access the nested folder structure.