You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/solution-guidance/multigeo-onedrive.md
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,9 @@ You can use one of several APIs to access a OneDrive for Business site:
15
15
- SharePoint CSOM API
16
16
- SharePoint REST API
17
17
18
-
19
18
## Read OneDrive for Business files using Microsoft Graph
20
19
21
-
When you use Microsoft Graph to read a OneDrive for Business file, you don't have to know where a user's OneDrive site is located. When you request the drive, as shown in the following examples, you'll get the files you need.
20
+
When you use Microsoft Graph to read a OneDrive for Business file, you don't have to know where a user's OneDrive site is located. When you request the drive, as shown in the following examples, you'll get the files you need.
22
21
23
22
```
24
23
GET https://graph.microsoft.com/v1.0/users/[email protected]/drive/root/children
@@ -48,8 +47,8 @@ GET https://graph.microsoft.com/v1.0/me/mySite
0 commit comments