You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tfmorris opened this issue
Jun 23, 2020
· 0 comments
· Fixed by #2829
Assignees
Labels
exportExporting a project to some format. Use the format-specific sub-label if availablegoogleImport / export from Google servicesType: BugIssues related to software defects or unexpected behavior, which require resolution.
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/zip which causes Google Drive to give it a zip extension on download.
Go to Google Drive and download the resulting file
Attempt to unzip the resulting file
See error
Archive: /Users/tfmorris/Downloads/Google Scholar highly cited researchers.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
Expected behavior
File is uploaded with the correct type.
The text was updated successfully, but these errors were encountered:
tfmorris
added
Type: Bug
Issues related to software defects or unexpected behavior, which require resolution.
export
Exporting a project to some format. Use the format-specific sub-label if available
google
Import / export from Google services
labels
Jun 23, 2020
tfmorris
added a commit
to tfmorris/OpenRefine
that referenced
this issue
Jun 27, 2020
exportExporting a project to some format. Use the format-specific sub-label if availablegoogleImport / export from Google servicesType: BugIssues related to software defects or unexpected behavior, which require resolution.
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/zip
which causes Google Drive to give it azip
extension 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.
The text was updated successfully, but these errors were encountered: