-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can no longer upload to Zenodo; due to recent Zenodo update? #345
Comments
I'm actually a little confused--the API docs (https://developers.zenodo.org/?shell#quickstart-upload) seem so far to indicate that things have not changed. Walking through the commands Similar to my issue is zenodo/zenodo#2493; I'm actually thinking it may make sense to give this a moment as it may actually be an upstream issue. |
Grossly, the steps we need to execute are:
We seem to be getting stuck now on "2". This stopped working for us between 2023-10-09 and 2023-11-16. Using the sandbox server, when we try and probe, using the new file API, for the deposition contents of the recently created version, we get: curl -X GET -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer <TOKEN>" https://sandbox.zenodo.org/api/files/XXX-YYY-ZZZ-AAA-BBB {
"error_id": "381670a8ddd247ceaef6a05dbfc1fac4",
"message": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.",
"status": 500
} |
Opened issue at Zenodo: zenodo/zenodo#2506 |
Okay, I have managed to get a 47GB upload to work locally in default FF after many many partials. |
Can confirm now this is ongoing. |
Zenodo has apparently changed the behind-the-scenes AWS bucket API with their more recent update. (This is the one they showed us back when we were having trouble uploding large files.)
With this, our upload script no longer works. https://help.zenodo.org/docs/about/whats-changed/ gives no indication of this change, but it was possibly a not-for-public "hack". Hopefully this is now integrated. We shall see.
The fix here is, in order of ease and likelihood:
The text was updated successfully, but these errors were encountered: