Forum Discussion
Stream API
stuartmcgarrity jhende1915 SimonDoy mcrivell - As some of you are discovering and posting the APIs for Stream (on SharePoint) are just the normal Microsoft Graph Files APIs used for any other file in ODB/SPO. So, any Graph API to upload/download/delete/modify will work with a video file in ODB, SPO, Teams. Files Graph API overview: https://learn.microsoft.com/graph/api/resources/onedrive?view=graph-rest-1.0
For example, here are all kinds of things you can do with video files via MS Graph Files APIs:
- Upload: driveItem: createUploadSession - Microsoft Graph v1.0 | Microsoft Learn
- Delete: Delete a file or folder - Microsoft Graph v1.0 | Microsoft Learn
- Get view analytics: Get itemAnalytics - Microsoft Graph v1.0 | Microsoft Learn
- Get embed code: driveItem: preview - Microsoft Graph v1.0 | Microsoft Learn
- Move: Move a file or folder - Microsoft Graph v1.0 | Microsoft Learn
We have yet to document and make public in Graph some of the newer APIs for videos (transcripts, thumbnails, chapters, etc. Please add your votes and reasons why you want these things to be added to the Files Graph API. https://aka.ms/StreamIdeas
Marc Mroz Hi,
I am looking for a way to get the list of transcripts a user has access to / and be able to get the content of it. (Let's say you got 10 meetings this week and you want the transcript of each)
This would be used in a Teams app (or not) but I only found this reference: https://learn.microsoft.com/en-us/graph/api/onlinemeeting-list-transcripts?view=graph-rest-beta&tabs=http&viewFallbackFrom=graph-rest-1.0
But seems like its only accessible in beta unfortunately..
Is there any place to get updated on this, or to upvote this so it get to the 1.0 version quicker? Maybe a workaround?
Thanks a lot!