Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Drive Connector: Only files with binary content can be downloaded. Use Export with Docs Editors files. #1664

Open
sacovo opened this issue Jun 19, 2024 · 0 comments · May be fixed by #1665

Comments

@sacovo
Copy link

sacovo commented Jun 19, 2024

When indexing a google folder that contains a presentation that is not a ppts but a google presentation we encounter the following error:

Only files with binary content can be downloaded. Use Export with Docs Editors files.

This happens in

#danswer/connectors/google_drive/connector.py line 337
    elif mime_type == GDriveMimeType.PPT.value:
        response = service.files().get_media(fileId=file["id"]).execute()

Instead of get_media the same approach as for SPREADSHEET should be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant