fix: update export format for Google Docs to use correct MIME type

This commit is contained in:
Anish Sarkar 2026-03-27 22:20:32 +05:30
parent 489e48644f
commit 6d4eb32345

View file

@ -7,7 +7,7 @@ GOOGLE_FOLDER = "application/vnd.google-apps.folder"
GOOGLE_SHORTCUT = "application/vnd.google-apps.shortcut"
EXPORT_FORMATS = {
GOOGLE_DOC: "application/pdf",
GOOGLE_DOC: "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
GOOGLE_SHEET: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
GOOGLE_SLIDE: "application/pdf",
}