I’m trying to download a dataset (not a collection) from usegalaxy.eu using command line. I’m using WSL2 with Ubuntu. I get this error with wget.
Resolving usegalaxy.eu (usegalaxy.eu)... 132.230.223.239
Connecting to usegalaxy.eu (usegalaxy.eu)|132.230.223.239|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-05-13 23:26:29 ERROR 403: Forbidden.
I get this with curl.
{"err_msg":"HistoryDatasetAssociation is not accessible by user","err_code":403002}
Just in case, I tried downloading with API key generated for my account, as described here, but it gave the same errors again.
Galaxy Server: European Galaxy Server
{“version_major”:“24.0”,“version_minor”:“1.dev0”}
I checked the dataset, and I have access. I followed the commands given in the link, and they don’t work.