[GH-ISSUE #3215] [langchain]: <Please write a comprehensive title> #2715

Closed
opened 2026-06-05 17:26:26 -04:00 by yindo · 2 comments
Owner

Originally created by @maoruV on GitHub (Mar 19, 2026).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/3215

Problema con TypeError

issue / TypeError

Language

Python

Description

Hola buenas saludo cordial
para reportar un typeError al usar langchain-google-community al usar get_gmail_credentials
y aportar los argumentos como es client_secrets_files da error de type diciendo que se escribe client_sercret_file algo confuso cuando se lee la documentacion solucion para funcionamiento normal "secrects" -> "sercret"

from langchain_google_community.gmail.utils import (
get_gmail_credentials,
build_resource_service
)
TypeError: get_gmail_credentials() got an unexpected keyword argument 'client_secrets_file'. Did you mean 'client_sercret_file'?

Originally created by @maoruV on GitHub (Mar 19, 2026). Original GitHub issue: https://github.com/langchain-ai/docs/issues/3215 ### Problema con TypeError issue / TypeError ### Language Python ### Description Hola buenas saludo cordial para reportar un typeError al usar langchain-google-community al usar get_gmail_credentials y aportar los argumentos como es client_secrets_files da error de type diciendo que se escribe client_sercret_file algo confuso cuando se lee la documentacion solucion para funcionamiento normal "secrects" -> "sercret" from langchain_google_community.gmail.utils import ( get_gmail_credentials, build_resource_service ) TypeError: get_gmail_credentials() got an unexpected keyword argument 'client_secrets_file'. Did you mean 'client_sercret_file'?
yindo added the langchainexternalneeds-title labels 2026-06-05 17:26:26 -04:00
yindo closed this issue 2026-06-05 17:26:26 -04:00
Author
Owner

@github-actions[bot] commented on GitHub (Mar 19, 2026):

Please update the title of this issue.

The current title contains the default placeholder text. A descriptive title helps maintainers understand and prioritize your issue.

Good titles:

  • "Missing example for streaming with tool calls"
  • "Typo in LangGraph quickstart guide"
  • "Add documentation for SummarizationMiddleware"

Please edit the title to briefly describe your issue. Until then, this issue may not receive attention from maintainers.

Thank you for contributing!

<!-- gh-comment-id:4091480852 --> @github-actions[bot] commented on GitHub (Mar 19, 2026): <!-- default-title-check --> **Please update the title of this issue.** The current title contains the default placeholder text. A descriptive title helps maintainers understand and prioritize your issue. **Good titles:** - "Missing example for streaming with tool calls" - "Typo in LangGraph quickstart guide" - "Add documentation for SummarizationMiddleware" **Please edit the title** to briefly describe your issue. Until then, this issue may not receive attention from maintainers. Thank you for contributing!
Author
Owner

@github-actions[bot] commented on GitHub (Mar 30, 2026):

Closing this issue because the title was not updated within 7 days.

If you still need help, please open a new issue with a descriptive title so maintainers can understand and prioritize it.

<!-- gh-comment-id:4153579775 --> @github-actions[bot] commented on GitHub (Mar 30, 2026): Closing this issue because the title was not updated within 7 days. If you still need help, please open a new issue with a descriptive title so maintainers can understand and prioritize it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2715