GoogleDriveLoader #27667
-
Checked other resources
Commit to Help
Example Codeloader = GoogleDriveLoader(
folder_id="my_folder_id",
service_account_key="keys.json",
credentials_path="credentials.json",
recursive=True
)
docs = loader.load() DescriptionI have tried to load google documents using GoogleDriveLoader from langchain. I have generated credentials.json and keys.json and put them in the working directory. It seems that connection to the google drive is okay, but System Infoaiohappyeyeballs==2.4.3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Managed this by replacing in the langchain_google_community/drive.py |
Beta Was this translation helpful? Give feedback.
Managed this by replacing in the langchain_google_community/drive.py
SCOPES = ["https://www.googleapis.com/auth/drive"]