Spaces:
Runtime error
Runtime error
changes
Browse files- app/gmail_auth.py +1 -1
app/gmail_auth.py
CHANGED
|
@@ -34,7 +34,7 @@ from langchain_google_community import GmailToolkit
|
|
| 34 |
credentials = get_gmail_credentials(
|
| 35 |
token_file=str(TOKEN_PATH),
|
| 36 |
scopes=["https://mail.google.com/"],
|
| 37 |
-
|
| 38 |
)
|
| 39 |
|
| 40 |
# BUILD API RESOURCE
|
|
|
|
| 34 |
credentials = get_gmail_credentials(
|
| 35 |
token_file=str(TOKEN_PATH),
|
| 36 |
scopes=["https://mail.google.com/"],
|
| 37 |
+
client_sercret_file=str(CREDENTIALS_PATH),
|
| 38 |
)
|
| 39 |
|
| 40 |
# BUILD API RESOURCE
|