Skip to content

Commit bd5ff72

Browse files
authored
OneDrive source connector: how-to video links (#238)
1 parent 917d395 commit bd5ff72

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

snippets/general-shared-text/onedrive.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ The OneDrive prerequisites:
33
- A OneDrive account.
44
- Path to the target OneDrive folder.
55
- The client ID, client secret, and tenant ID for the Azure app that is registered with Microsoft Graph and assigned the correct OneDrive authentication scopes in Microsoft Entra ID (formerly Azure Active Directory (Azure AD)). See [Registering your app for Microsoft Graph](https://learn.microsoft.com/onedrive/developer/rest-api/getting-started/app-registration) and [OneDrive authentication and sign-in](https://learn.microsoft.com/onedrive/developer/rest-api/getting-started/msa-oauth).
6+
7+
<iframe
8+
width="560"
9+
height="315"
10+
src="https://www.youtube.com/embed/uJsdMIpuuno?start=14&end=372"
11+
title="YouTube video player"
12+
frameborder="0"
13+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
14+
allowfullscreen
15+
></iframe>
16+
17+
<iframe
18+
width="560"
19+
height="315"
20+
src="https://www.youtube.com/embed/aKNmym2nYzY?start=43&end=241"
21+
title="YouTube video player"
22+
frameborder="0"
23+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
24+
allowfullscreen
25+
></iframe>
26+
627
- The Entra ID principal name (typically your Entra ID email).
728

829
See also the [OneDrive API documentation](https://docs.microsoft.com/onedrive/developer/rest-api/).

0 commit comments

Comments
 (0)