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 7633c88 commit f8b495bCopy full SHA for f8b495b
excel/credential/tool.gpt
@@ -13,9 +13,9 @@ Tools: ../../oauth2
13
"integration": "microsoft365",
14
"token": "GPTSCRIPT_MICROSOFT_EXCEL_TOKEN",
15
"scope": [
16
- "Fields.Read",
+ "Files.Read",
17
"Files.ReadWrite",
18
- "Fields.Read.All",
+ "Files.Read.All",
19
"User.Read",
20
"offline_access"
21
]
word/credential/tool.gpt
@@ -13,8 +13,8 @@ Tools: ../../oauth2
"token": "GPTSCRIPT_MICROSOFT_WORD_TOKEN",
0 commit comments