-
Notifications
You must be signed in to change notification settings - Fork 495
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
Data Access API file download problem #4373
Comments
@conjugateprior thanks for opening this issue as well as the one about the documentation being confusing: #4374
This question has come up so often that for #3584 we started showing "Download URL" on file landing pages. It looks like this for the file id you mentioned above: Once you have the download URL for a file you can just paste it into your browser... ... and the file should begin to download, like this: This should work fine from the command line with Please note that if you're actually using curl, you'll need to add
|
Great, thanks. From this I conclude that:
The first two would great things to have, or have more prominently, in the API documentation. Re #3584, I didn't know how public the file was, having previously been obliged to click through some T&Cs in the browser. For reference, I was planning to embed the data request in an R package. That now works as
which is perfect. So, this fixes the immediate problem and resolves the ticket. Thanks again. |
@conjugateprior sure, but you mentioned a 503 before and when I dig in a bit more I think you're onto something. Check this out. I go to the file landing page at https://dataverse.harvard.edu/file.xhtml?fileId=109356 and click "Download" and then "Original File Format (UNKNOWN)" (seeing "UNKNOWN" here is already somewhat suspicious to me): Then, I get a 503 error at when So there's something strange going on. |
The "original file" download option is no longer available via the dataset above because worked on this issue: Make "download as original" disappear from download options, when there is no saved original. #4796 Here's how it looks now: @conjugateprior , who opened this issue, seems fine with using the tab-delimited version of the file so I think it's safe to close this issue. It's specific to a file for a particular installation of Dataverse (Harvard Dataverse). |
I've been trying to figure out how to download one of my own data files (say id 109356) from http://hdl.handle.net/1902.1/FYXLAWZRIA.
The
dataverse
R package fails to let me do this. Bug report here. (tl;dr the metadata downloads but the requesting the file itself gives a 503 error.)So I turned to the docs to see if I could get a working it working with curl. The introduction suggests a line of the form
using the key MYKEY I generated. This failed with message
which seemed odd since I just generated that key and pasted it out of my own user account. So I generated a fresh one and got the same error.
also fails.
The text was updated successfully, but these errors were encountered: