a suggested code or documentation change, improvement to the code, or feature request:
User story: As a user or curator, I have a list of files on dataverse and want to add tags and descriptions from a spreadsheet to them.
While it may be(?) possible to update file metadata as part of update_dataset, that's quite messy (and I'm not 100% sure it's even possible -- couldn't get it to work). The native API offers a nice set of functions for this, that I think we should implement using the above-noted functions:
http://guides.dataverse.org/en/latest/api/native-api.html#updating-file-metadata
Thoughts?