Anatolii Kmetiuk
34a64101cc
Add explanations to GoogleDriveLoader how to avoid errors ( #11335 )
...
- **Description:** add a paragraph to the GoogleDriveLoader doc on how
to bypass errors on authentication.
For some reason, specifying credential path via `credentials_path`
constructor parameter when creating `GoogleDriveLoader` makes it so that
the oAuth screen is never showing up when first using GoogleDriveLoader.
Instead, the `RefreshError: ('invalid_grant: Bad Request', {'error':
'invalid_grant', 'error_description': 'Bad Request'})` error happens.
Setting it via `os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = ...`
solves the problem. Also, `token_path` constructor parameter is
mandatory, otherwise another error happens when trying to `load()` for
the first time.
These errors are tricky and time-consuming to figure out, so I believe
it's good to mention them in the docs.
---------
Co-authored-by: Erick Friis <erick@langchain.dev >
2023-10-04 11:12:54 -04:00
..
2023-08-03 14:58:06 -07:00
2023-07-23 23:23:16 -07:00
2023-08-08 14:49:25 -07:00
2023-08-08 14:49:25 -07:00
2023-08-08 14:49:25 -07:00
2023-07-23 23:23:16 -07:00
2023-08-08 14:49:25 -07:00
2023-08-08 14:49:25 -07:00
2023-08-08 14:49:25 -07:00
2023-08-08 14:49:25 -07:00
2023-08-08 14:49:25 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-24 21:20:32 -07:00
2023-09-13 14:12:42 -07:00
2023-07-23 23:23:16 -07:00
2023-08-24 07:24:53 -07:00
2023-08-11 11:46:59 -07:00
2023-09-26 09:47:37 -07:00
2023-09-25 13:10:13 -07:00
2023-09-25 13:10:13 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-09-03 14:25:39 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-26 12:38:58 -07:00
2023-07-23 23:23:16 -07:00
2023-07-31 17:56:31 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-08-29 07:21:01 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-09-18 21:56:33 -07:00
2023-07-28 16:07:56 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-09-26 09:47:37 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-09-01 15:15:12 -07:00
2023-10-01 15:30:58 -04:00
2023-07-23 23:23:16 -07:00
2023-10-01 15:30:58 -04:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-08-07 22:57:31 -04:00
2023-10-04 11:12:54 -04:00
2023-08-10 10:47:22 -04:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-08-01 09:30:30 -07:00
2023-08-01 09:30:30 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-09-01 15:15:12 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-09-26 09:47:37 -07:00
2023-09-26 09:47:37 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-08-21 07:49:07 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-09-29 11:44:07 -04:00
2023-08-02 17:56:08 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-09-26 09:47:37 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-08-20 16:40:15 -07:00
2023-08-22 07:36:24 -07:00
2023-07-23 23:23:16 -07:00
2023-08-08 14:26:03 -04:00
2023-09-26 09:47:37 -07:00
2023-10-01 15:30:58 -04:00
2023-09-26 09:47:37 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-08-04 08:25:20 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-08-08 15:19:28 -04:00
2023-07-27 12:55:13 -07:00
2023-07-23 23:23:16 -07:00
2023-07-25 18:16:07 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-08-18 18:54:28 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-07-23 23:23:16 -07:00
2023-09-26 09:47:37 -07:00
2023-07-23 23:23:16 -07:00