Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

dougperkes/Office365VideoWithRest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Office365 Video API using plain REST

This sample demonstrates how to use the Office365 Video API using plain REST protocol without any dependence on third party libraries.

Getting Started

  1. Create Office 365 Developer Account. In order to do anything, we first have to have an Office365 developer account, make sure you complete the steps to associate your Azure subscription to the Office 365 account. https://msdn.microsoft.com/office/office365/HowTo/setup-development-environment#bk_CreateAzureSubscription
  2. Create a new Azure Active Directory application: https://msdn.microsoft.com/office/office365/HowTo/add-common-consent-manually
    1. When adding permissions for Office 365 SharePoint Online, select "Read and Write User Files" and "Read and write items and lists in all site collections":
    2. Set application to be multi-tenant:
    3. Make certain you copy and store the key value

Modify the project to run

  1. Add your own videos to the o365Sample\Content\SampleVideos directory.
  2. Modify the web.config file with your Azure AD Client ID and Client Secret

Known Issues

  1. The sample currently fails at the point when it attempts to create a placeholder for the video file. This is still a work in progress.

Useful Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published