I want to download some video content from my organization SharePoint. I have followed the below steps.
- Got bearer token by making a post call to https://login.microsoftonline.com/common/oauth2/token.
- Then i am able to access graphapi using https://graph.microsoft.com/v1.0/sites.
I want to know how can i reach my video content after that and how can i download it or play it.