Skip to content

Commit f8b495b

Browse files
authored
Fix: fix typo for incorrect scope (#422)
Signed-off-by: Daishan Peng <[email protected]>
1 parent 7633c88 commit f8b495b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

excel/credential/tool.gpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Tools: ../../oauth2
1313
"integration": "microsoft365",
1414
"token": "GPTSCRIPT_MICROSOFT_EXCEL_TOKEN",
1515
"scope": [
16-
"Fields.Read",
16+
"Files.Read",
1717
"Files.ReadWrite",
18-
"Fields.Read.All",
18+
"Files.Read.All",
1919
"User.Read",
2020
"offline_access"
2121
]

word/credential/tool.gpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Tools: ../../oauth2
1313
"integration": "microsoft365",
1414
"token": "GPTSCRIPT_MICROSOFT_WORD_TOKEN",
1515
"scope": [
16-
"Fields.Read",
17-
"Fields.Read.All",
16+
"Files.Read",
17+
"Files.Read.All",
1818
"User.Read",
1919
"offline_access"
2020
]

0 commit comments

Comments
 (0)