Skip to content

Commit 1301099

Browse files
authored
fix: duplication
1 parent 651b733 commit 1301099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mindsdb-mcp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,15 +241,15 @@ Go to the MindsDB editor running locally at `127.0.0.1:47334` and run the follow
241241
```SQL
242242
CREATE DATABASE mindsdb_gmail
243243
WITH ENGINE = 'gmail',
244-
PARAMETERS = {
245244
PARAMETERS = {
246245
"credentials_file": "/mindsdb/mindsdb/integrations/handlers/gmail_handler/client_secret.json",
247246
"scopes": ['https://.../gmail.compose', 'https://.../gmail.readonly']
248247
};
249-
};
250248
```
251249

252250
When prompted, sign in with the Google account you added to the `Test users` in your app and you are good to go.
251+
Note that in some cases, scoped will need to be set to `"scopes": ['https://www.googleapis.com/auth/gmail.readonly',
252+
'https://www.googleapis.com/auth/gmail.compose']` or can be entirely ommitted.
253253

254254
### 🐙 GitHub
255255

0 commit comments

Comments
 (0)