-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Google Drive project export declares wrong data type #2797
Copy link
Copy link
Closed
Labels
Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.exportExporting a project to some format. Use the format-specific sub-label if availableExporting a project to some format. Use the format-specific sub-label if availablegoogleImport / export from Google servicesImport / export from Google services
Milestone
Metadata
Metadata
Assignees
Labels
Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.exportExporting a project to some format. Use the format-specific sub-label if availableExporting a project to some format. Use the format-specific sub-label if availablegoogleImport / export from Google servicesImport / export from Google services
The Export Project to Google Drive command creates a gzip compressed tar archive, but then uploads it to Google Drive without an extension and with a MIME type of
application/zipwhich causes Google Drive to give it azipextension on download.OpenRefine/extensions/gdata/src/com/google/refine/extension/gdata/UploadCommand.java
Line 162 in d97d6c6
OpenRefine/extensions/gdata/src/com/google/refine/extension/gdata/UploadCommand.java
Line 173 in d97d6c6
To Reproduce
Steps to reproduce the behavior:
Expected behavior
File is uploaded with the correct type.