Google Drive Connector Issue

I've configured the Google Drive connector, but I'm unable to retrieve the body of documents that are larger than 1000000. How can I resolve this issue?

What is the response from Elasticsearch?
What exact request are you sending? Is that a GET document API?

The connector client documentation states that the file size for pipeline extraction is limited to 10MB per file. However, in practice, extraction is restricted for files larger than 1MB. To address this issue, we configured an additional self-managed extraction service.

It should not be that case that the connector does not download 1MB files. Can you share some log lines with this behaviour?

I've checked the code, and the limit is 10MB.

It's also configurable in service config via service.max_file_download_size.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.