-
Notifications
You must be signed in to change notification settings - Fork 1
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
NWB file browsing #82
Comments
@cdesyoun example files are in example in the following folder
|
@arnodelorme , actually, we have public file access permissions via the download url. You can access the following NWB files that you provided.
When I tested the following link you suggested and replaced the existing URL with nemar-dev's URL, I encountered a 'Loading' page. It seems we need to change the parameters of this URL that apply to this dataset." Thanks, |
Yes, @cdesyoun . Thank you for trying. I think the permission you need to set are more than download. It is access by a 3rd party site. These are usually blocked. This is what the code I shared does. |
Arno, in our case, we don't need the provided configuration snippet since NEMAR files are publicly accessible to any third parties via the NEMAR download link. |
OK, would you mind to email Ben Dichter ***@***.***> and ***@***.*** ***@***.***> telling them that the link loads forever.
… On Jul 10, 2024, at 21:16, Choonhan Youn ***@***.***> wrote:
Arno, in our case, we don't need the provided configuration snippet since NEMAR files are publicly accessible to any third parties.
This configuration snippet is intended to set cross-origin resource sharing (CORS) headers for specific third-party services accessing files on the server. It ensures that resources can be requested from another domain, which is necessary for web applications to function correctly when fetching resources from different origins.
The snippet sets an environment variable, 'AccessControlAllowOrigin', to the value of the Origin header if it matches one of the specified domains.
However, the neurosift domain is not included, which means only the specified domains can access the resources.
We should ask the neurosift team how to access NEMAR files in their interface and provide the NEMAR data access URLs.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
On Neurosift's GitHub page, I found this issue link: flatironinstitute/neurosift#129. |
Yaroslav's message
just in case, here is my setup in apache to allow access to my files
accessed by some 3rd party services... I don't think it is needed for
neurosift but I could be wrong
The text was updated successfully, but these errors were encountered: