Skip to content

Commit b432cf7

Browse files
Create folder-path.json
1 parent 1f5b7be commit b432cf7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"sdk": "8.0",
3+
"entry": {
4+
"sharePoint": {
5+
"byPath": {
6+
"web": "https://{tenant}.sharepoint.com/sites/{site-name}",
7+
"list": "Shared Documents",
8+
"folder": "test-folder/tom's files"
9+
}
10+
}
11+
},
12+
"authentication": {},
13+
"messaging": {
14+
"origin": "http://localhost:3000",
15+
"channelId": "27"
16+
},
17+
"typesAndSources": {
18+
"mode": "all",
19+
"pivots": {
20+
"oneDrive": true,
21+
"recent": true,
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)