We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The "Result files" tab on the validation result detail page doesn't work properly where files have been uploaded to EBRAINS Bucket storage:
This will require additions to ResultRelatedFiles.js, in the ResultFile and possibly the ResultRelatedFiles classes.
ResultRelatedFiles.js
ResultFile
ResultRelatedFiles
Some of the problems: the Bucket/Data proxy API does not support using HEAD requests to get file sizes, instead need to use the GET /v1/buckets/{bucket_name}" endpoint to get information for all files in a given bucket/folder, and probably the "GET /v1/buckets/{bucket_name}/{object_name}" endpoint to get download links.
The text was updated successfully, but these errors were encountered:
For reference, here is an example of how the view should look (here with files stored in the EBRAINS Drive storage, which is supported).
Sorry, something went wrong.
No branches or pull requests
The "Result files" tab on the validation result detail page doesn't work properly where files have been uploaded to EBRAINS Bucket storage:
This will require additions to
ResultRelatedFiles.js
, in theResultFile
and possibly theResultRelatedFiles
classes.Some of the problems: the Bucket/Data proxy API does not support using HEAD requests to get file sizes, instead need to use the GET /v1/buckets/{bucket_name}" endpoint to get information for all files in a given bucket/folder, and probably the "GET
/v1/buckets/{bucket_name}/{object_name}" endpoint to get download links.
The text was updated successfully, but these errors were encountered: