Skip to content
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

ds000246 S3 URL not working for some files #3033

Closed
hoechenberger opened this issue Apr 24, 2024 · 1 comment
Closed

ds000246 S3 URL not working for some files #3033

hoechenberger opened this issue Apr 24, 2024 · 1 comment
Labels

Comments

@hoechenberger
Copy link

hoechenberger commented Apr 24, 2024

What went wrong?

Running the following query:

query {
    snapshot(datasetId: "ds000246", tag: "1.0.1") {
        id
        files (tree: "e27cf9152c05bbcfcf4303c2dd2508ce5262d3b9") {
            filename
            urls
            size
            directory
            id
        }
    }
}

Yields for the file ClassFile.cls the URL:
https://s3.amazonaws.com/openneuro.org/ds000246/sub-0001/meg/sub-0001_task-AEF_run-01_meg.ds/ClassFile.cls?versionId=.ulkq4iLS5ulyxv51VPRyE5reVTjoZ81

However, trying to access it produces a 404 error.

Expected behavior

Download should work.

How to reproduce

  1. Run the above GraphQL query at https://openneuro.org/crn/graphql
  2. Try to retrieve the file by following the provided URL

Desktop

No response

Phone

No response

Additional information

No response

@effigies
Copy link
Contributor

This should be fixed. Sorry about that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants