File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
242242CREATE DATABASE mindsdb_gmail
243243WITH ENGINE = ' gmail' ,
244- PARAMETERS = {
245244PARAMETERS = {
246245 " credentials_file" : " /mindsdb/mindsdb/integrations/handlers/gmail_handler/client_secret.json" ,
247246 " scopes" : [' https://.../gmail.compose' , ' https://.../gmail.readonly' ]
248247};
249- };
250248` ` `
251249
252250When 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
You can’t perform that action at this time.
0 commit comments