diff --git a/docs/modules/indexes/document_loaders/examples/googledrive.ipynb b/docs/modules/indexes/document_loaders/examples/googledrive.ipynb index 2fc1f2ac..77cb23ef 100644 --- a/docs/modules/indexes/document_loaders/examples/googledrive.ipynb +++ b/docs/modules/indexes/document_loaders/examples/googledrive.ipynb @@ -16,7 +16,7 @@ "1. `pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib`\n", "\n", "## 🧑 Instructions for ingesting your Google Docs data\n", - "By default, the `GoogleDriveLoader` expects the `credentials.json` file to be `~/.credentials/credentials.json`, but this is configurable using the `credentials_file` keyword argument. Same thing with `token.json`. Note that `token.json` will be created automatically the first time you use the loader.\n", + "By default, the `GoogleDriveLoader` expects the `credentials.json` file to be `~/.credentials/credentials.json`, but this is configurable using the `credentials_path` keyword argument. Same thing with `token.json` - `token_path`. Note that `token.json` will be created automatically the first time you use the loader.\n", "\n", "`GoogleDriveLoader` can load from a list of Google Docs document ids or a folder id. You can obtain your folder and document id from the URL:\n", "* Folder: https://drive.google.com/drive/u/0/folders/1yucgL9WGgWZdM1TOuKkeghlPizuzMYb5 -> folder id is `\"1yucgL9WGgWZdM1TOuKkeghlPizuzMYb5\"`\n",