Hello everyone! copule of years ago I used to download reanalysis-era5-pressure-levels data through our Qt application. But now it doesn’t work. I got following error. What is wrong and how to resolve it ?
Our app uses
url: https://cds.climate.copernicus.eu/api
end point: reanalysis-era5-pressure-levels
{“message”:“Exception: Climate Data Store API endpoint not found\n\n”
“It seems you are trying to access an API endpoint that does not exist.\n\n”
“It is possible that you are pointing to an outdated API endpoint which has been removed/renamed. \n\n”
“Your api client version and/or configuration file may need to be updated.\n\n”
“For users of the standard cdsapi Python library, please proceed as follows:\n”
"update your cdsapi client to the latest version available\n- update your .cdsapirc file as expected "
"(“url” should be set to https://cds.climate.copernicus.eu/api and “key” should be set to your API key "
“WITHOUT the deprecated : prefix)\n\nFor users of the ecmwf-datastores-client Python library”
" (recommended for advanced users), please ensure that your ecmwf-datastores-client version is updated and "
"your .ecmwfdatastoresrc file is correctly configured.\n\nIf you are trying to access a REST API endpoint directly, "
"please refer to the documentation for more information on how to access REST API endpoints: "
“https://cds.climate.copernicus.eu/how-to-api",“detail”:"Exception: Climate Data Store API endpoint not found\n\n”