We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291b2ee commit 07f7934Copy full SHA for 07f7934
1 file changed
apps/sim/tools/google_drive/utils.ts
@@ -135,7 +135,7 @@ export const VALID_EXPORT_FORMATS: Record<string, string[]> = {
135
'text/tab-separated-values',
136
'application/pdf',
137
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
138
- 'application/x-vnd.oasis.opendocument.spreadsheet',
+ 'application/vnd.oasis.opendocument.spreadsheet',
139
'application/zip',
140
],
141
'application/vnd.google-apps.presentation': [
0 commit comments