We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62bc0f5 + e6c7d8e commit 12602edCopy full SHA for 12602ed
1 file changed
README.md
@@ -77,6 +77,7 @@ from pprint import pprint
77
from ms_graph.client import MicrosoftGraphClient
78
from configparser import ConfigParser
79
80
+# Specify your scopes when you want access certain resources.
81
scopes = [
82
'Calendars.ReadWrite',
83
'Files.ReadWrite.All',
0 commit comments