Hello everyone! A copule of years ago I used to download through:
url: https://cds.climate.copernicus.eu/api
end point: reanalysis-era5-pressure-levels
But now I get an error:
{"message":"Exception: Climate Data Store API endpoint not found\n\nIt seems you are trying to access an API endpoint that does not exist.\n\nIt is possible that you are pointing to an outdated API endpoint which has been removed/renamed. \n\nYour api client version and/or configuration file may need to be updated.\n\nFor 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 `<UID>:` 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\nIt seems you are trying to access an API endpoint that does not exist.\n\nIt is possible that you are pointing to an outdated API endpoint which has been removed/renamed. \n\nYour api client version and/or configuration file may need to be updated.\n\nFor 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 `<UID>:` 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"}
What is wrong ?