gdcc / dvwebloader

A web tool for uploading folders of files to a Dataverse dataset
Apache License 2.0
1 stars 8 forks source link

dvwebloader should use the fixity algorithm specified by the Dataverse instance #12

Closed qqmyers closed 1 year ago

qqmyers commented 1 year ago

See https://github.com/IQSS/dataverse/issues/9431 - Dataverse supports algorithms other than MD5 (SHA-1, SHA-256, and SHA-512) for checksums. There hasn't been a way for external apps to discover which algorithm is supported but the resolution of #9431 will add a new API call for that which can then be used by dvwebloader.

PR to follow. (fixed at QDR)