Hi everyone,
I hope this is the right channel, as I'm not troubleshooting per se, but looking for advice with a requirement.
We are running a dataverse instance in version v5.13. The research project whose data is stored in the dataverse is coming to an end. So we want to keep our users from uploading new data from a specific point in time forward. But the instance should be preserved in its current state. We would also like to preserve
user permissions and groups. Access and download of datasets should still be possible for all users.
Is there a way to make that feasible?
I thought of:
Is any of that possible in our used dataverse version, or can anyone think of a way to deactivate file upload without messing with the user permissions?
Thank you
Eva
Hi @Eva Roddeck ,
I don't know a clean way of doing it. But perhaps you could:
Remove the edit / save dataset and dataverse buttons (changing a little bit the code).
To have more security and avoid modifications using the API:
Make the directory or file system where the files are stored read-only.
The tricky thing is that you want to preserve permissions. I say this because there's a handy "remove all roles" button in the "manage users" section of the superuser dashboard. :big_smile:
Philip Durbin โ๏ธ schrieb:
The tricky thing is that you want to preserve permissions. I say this because there's a handy "remove all roles" button in the "manage users" section of the superuser dashboard. :big_smile:
Yes, this is our plan B, in case it is not possible :) I wouldn't go as far as changing the code of our application.
Eva Roddeck said:
setting file upload size to 0KB (couldn't find a way to do that)
This should help: https://guides.dataverse.org/en/5.13/installation/config.html#maxfileuploadsizeinbytes
Thanks, I must have missed that, this setting should work!
Last updated: Oct 30 2025 at 06:21 UTC