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

[BUG] Unable to access MIND dataset due to public access restriction on the storage account #2133

Closed
mmahdigh opened this issue Jul 26, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@mmahdigh
Copy link

Hi,

I am trying to download the MIND Dataset, but the storage account does not allow public access and returns a 409 error.

I'll attach an example of the error message that occurs on all the download links:

$ curl https://mind201910small.blob.core.windows.net/release/MINDsmall_train.zip

<?xml version="1.0" encoding="utf-8"?><Error><Code>PublicAccessNotPermitted</Code><Message>Public access is not permitted on this storage account.
RequestId:2a55c6b5-401e-004d-0626-df374d000000
Time:2024-07-26T06:36:31.8660488Z</Message></Error>%

Many thanks for considering my request!

@mmahdigh mmahdigh added the bug Something isn't working label Jul 26, 2024
@mmahdigh
Copy link
Author

msnews/MIND#17

@fn-hide
Copy link

fn-hide commented Jul 30, 2024

Me too:

HTTPError: 409 Client Error: Public access is not permitted on this storage account. for url: https://mind201910small.blob.core.windows.net/release/MINDsmall_train.zip

@miguelgfierro
Copy link
Collaborator

miguelgfierro commented Jul 30, 2024

@miguelgfierro
Copy link
Collaborator

@Leavingseason I think the URL of MIND is broken, do you have a copy of the data?

@miguelgfierro
Copy link
Collaborator

We found the small version, the large still we don't have it. See #2145

@miguelgfierro
Copy link
Collaborator

Update, PR #2145 has the new URL of small and large versions. It should work. We are still reviewing some tests before we merge.

But if you are working with this, the datasets can be found in the new URLs in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants