I'm trying to download the whole dataset from the website, but I got an error like this
{"detail":"The limit of maximum number of entries in a single download (50000) has been exceeded (63015)."}
Then, I also tried following the instructions using the API with this
curl -X POST "http://localhost:8000/fairdi/nomad/latest/api/v1/entries/raw/query"
-H 'Content-Type: application/json'
-d '{
"query": {
"datasets.doi": "10.17172/NOMAD/2023.02.01-1"
}
}'
-o download.zip
But got this error from my terminal
curl: (7) Failed to connect to localhost port 8000 after 0 ms: Couldn't connect to server
I'd really appreciate your assistance on how to properly download the dataset. Thank you.
I'm trying to download the whole dataset from the website, but I got an error like this
Then, I also tried following the instructions using the API with this
But got this error from my terminal
I'd really appreciate your assistance on how to properly download the dataset. Thank you.