pyDataverse icon indicating copy to clipboard operation
pyDataverse copied to clipboard

Add direct datafile upload support (directupload.py) to pyDataverse

Open cmbz opened this issue 2 years ago • 1 comments

Background Support for direct upload of datafiles using Python is available via the following standalone script related to the Harvard Dataverse Repository: dataverse.harvard.edu/util/python/direct-upload/directupload.py

This script enables users to upload many datafiles and their associated metadata all at once before requesting reindexing, rather than calling the API for each file resulting in a system performance hit due to frequent reindexing.

Request & Rationale Incorporating this functionality into pyDataverse would benefit Dataverse API users and pyDataverse users at all installations who need to upload large numbers of datafiles.

cmbz avatar Mar 16 '23 13:03 cmbz

@cmbz for now @JR-1991 has created a separate uploader. Please see:

  • https://github.com/IQSS/dataverse/pull/9946
  • https://github.com/gdcc/python-dvuploader

pdurbin avatar Oct 26 '23 20:10 pdurbin