File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,14 @@ These are the scopes needed to work with the SharePoint and Site classes.
66========================= ======================================= =======================================
77Raw Scope Included in Scope Helper Description
88========================= ======================================= =======================================
9+ Sites.Selected *None * Sites a permission was granted by admins (see https://github.com/O365/python-o365/issues/1122)
910Sites.Read.All sharepoint To only read sites, lists and items
1011Sites.ReadWrite.All sharepoint_dl To read and save sites, lists and items
1112========================= ======================================= =======================================
1213
14+ Note that using the *.All scopes is way less secure than granting permissions to specific sites and using
15+ Sites.Selected scope.
16+
1317Assuming an authenticated account, create a Sharepoint instance, and connect
1418to a Sharepoint site.
1519
You can’t perform that action at this time.
0 commit comments