Zenodo API #23
manuGil
started this conversation in
Technology options and analysis
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From @girgink
I have checked the file uploads for Zenodo. Unlike figshare it has a very basic approach, and each file needs to be uploaded as a whole (i.e. single part) through a PUT request. Unfortunately, the documentation is very limited, but they provide an example which is available here:
https://developers.zenodo.org/#quickstart-upload
Actually there are two examples, one with the new version API and another one with the old. I don't think the old one is relevant anymore, although it seems to be still supported. At one place they say that there is no file size limit with the new version, at another place a limit is indicated which is 50GB. In any case it looks like they support large files, although the uploading mechanism doesn't support upload part by part, which normally allows a better control (e.g. pause and continue another time, or concurrent uploads of different parts for quick upload).
Beta Was this translation helpful? Give feedback.
All reactions