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.
1 parent 62bc0f5 commit e6c7d8eCopy full SHA for e6c7d8e
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