We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83808cc commit 6548d1eCopy full SHA for 6548d1e
unstructured_ingest/v2/processes/connectors/google_drive.py
@@ -225,9 +225,11 @@ def precheck(self) -> None:
225
extensions=self.index_config.extensions,
226
)
227
if file_count == 0:
228
- logger.warning("Empty folder: no files found recursively in the folder. \
+ logger.warning(
229
+ "Empty folder: no files found recursively in the folder. \
230
Please verify that the folder contains files and \
- that the service account has proper permissions.")
231
+ that the service account has proper permissions."
232
+ )
233
# raise SourceConnectionError(
234
# "Empty folder: no files found recursively in the folder. "
235
# "Please verify that the folder contains files and \
0 commit comments