1

I am trying to get the files from a Folder located in SharePoint online Team Site. I could get the Team Site using

https://graph.microsoft.com/v1.0/groups?$filter=displayName eq 'DemoSite'&$select=id,displayName

How can I get the folders and files available in this Team site using graph API?

James Z
  • 12,209
  • 10
  • 24
  • 44
Asmi
  • 157
  • 1
  • 1
  • 14