Skip to content

Fix google native files failures#709

Draft
mateuszkuprowski wants to merge 1 commit into
mainfrom
fs-1984-google-drive-failure
Draft

Fix google native files failures#709
mateuszkuprowski wants to merge 1 commit into
mainfrom
fs-1984-google-drive-failure

Conversation

@mateuszkuprowski
Copy link
Copy Markdown
Contributor

@mateuszkuprowski mateuszkuprowski commented May 15, 2026

The failure was caused by Google Docs Editors files being treated like binary Drive files in some paths. Google rejects files.get(...?alt=media) for native Docs/Sheets/Slides/Drawings with a 403 and requires files.export(...) instead.

The mitigation makes export handling explicit: supported native formats are exported to processable formats, extension-filtered indexing now includes exportable native MIME types, and unsupported Google-native types fail clearly instead of surfacing as misleading direct-download 403s.

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 this pull request may close these issues.

1 participant