Error in downloading file with wget

I was trying to download the metabolomics data set from Depmap portal (Link below)

https://depmap.org/portal/download/data_slicer/download?file_path=20220227%2F3c335b7d-c18e-4788-b2e6-512d71f0a339%2Fexport.csv&name=Metabolomics.csv

I am using the following command in the server

wget ‘https://depmap.org/portal/download/data_slicer/download?file_path=20220227%2F3c335b7d-c18e-4788-b2e6-512d71f0a339%2Fexport.csv&name=Metabolomics.csv

However, I am getting error 403: Forbidden.

Is there any figshare link available for this dataset?

It’s not in figshare, however, it is accessible in the “Download files” section of the portal:
CCLE_metabolomics_20190502.csv

As for why wget is giving you a “403: Forbidden” it looks like in 2019 someone overwhelmed the site by scraping the whole thing via wget and we banned wget from the portal at that time. We now have better protection against one user overwhelming the portal, so I’ll remove that and wget should work again.

I just verified that I was able to download CCLE_metabolomics_20190502.csv via wget, so you should be all set now.

Thanks,
Phil