--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/fd38a7ab-c068-4b1f-92cb-0284a3f972ac%40googlegroups.com.
While it's not possible to remove (and I would argue that it's relevant to keep it there in the older version as it *was* available, here are some thing you can do:1. Simplest - deaccession the version.2. If leaving the version is important, then in the database you can restrict the file. You would need access to the db. Find the file id and run the query: update datafile set restricted=true where id = FILE_DBID;3. Safest: delete the file directly from the file system. While the metadata would still show, there would be no file to download.I would say to either do (1 and 3) or (2 and 3).Let us know if one of those options works and how it goes.Gustavo
On Thu, Aug 15, 2019 at 3:27 PM Sherry Lake <shla...@gmail.com> wrote:
One of our researchers uploaded and published a dataset that had a file with student names.--
He removed that file and uploaded a new file without names (published version 2). How can I (as admin) remove the file from Version 1?
Even though it is not the current published version, the file is still downloadable under V1.
Thanks.Sherry Lake
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.