upload big files to Zenodo.org using cURL, jq and bash
Uploading big files to https://zenodo.org from the commandline using the Zenodo API is not straight forward. zenodo_upload.sh tries to make this a little easier.
Inspired by Max Ogden's gist at https://gist.github.com/maxogden/b758cf0fe6d353846ef9ce7d03fdca0c .
ZENODO_TOKEN to Zenodo access token (see https://zenodo.org/account/settings/applications/tokens/new/)export ZENODO_TOKEN=[Zenodo access token]
savehttps://zenodo.org/deposit/12345 , 12345 is the deposition id)./zenodo_upload.sh [deposition id] [filename] [--verbose/-v, optional]
+ curl ...
######################################################################## 100.0%
Shell
100.0%
upload big files to Zenodo.org using cURL, jq and bash
Uploading big files to https://zenodo.org from the commandline using the Zenodo API is not straight forward. zenodo_upload.sh tries to make this a little easier.
Inspired by Max Ogden's gist at https://gist.github.com/maxogden/b758cf0fe6d353846ef9ce7d03fdca0c .
ZENODO_TOKEN to Zenodo access token (see https://zenodo.org/account/settings/applications/tokens/new/)export ZENODO_TOKEN=[Zenodo access token]
savehttps://zenodo.org/deposit/12345 , 12345 is the deposition id)./zenodo_upload.sh [deposition id] [filename] [--verbose/-v, optional]
+ curl ...
######################################################################## 100.0%
Shell
100.0%