gdcc / python-dvuploader

✈️ - Python package for parallel direct upload to Dataverse
MIT License
4 stars 0 forks source link

Set file meta after native upload #13

Closed JR-1991 closed 4 months ago

JR-1991 commented 4 months ago

Overview

This pull request adds functionality to update file metadata after uploading ZIP archives via DVUploader. Currently, Dataverse can upload multiple files as ZIP archives, but this process results in the loss of any file metadata. This pull request introduces a step after the native upload to update the metadata for each file accordingly.

TLDR