Trying to get era5, I get:
raise requests.exceptions.HTTPError(message, response=response)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://cds-beta.climate.copernicus.eu/api/retrieve/v1/processes/reanalysis-era5-single-levels/execution
required licences not accepted
required licences not accepted; please accept the following licences to proceed: [{‘id’: ‘licence-to-use-copernicus-products’, ‘revision’: 12}]
I use python and do:
@shared_task()
def retrieve_file_celery(new_era_request_dict, file_name):
c = cdsapi.Client()
c.retrieve(“reanalysis-era5-single-levels”, new_era_request_dict, file_name)
I accepted all licences on the website. How should I communicate that I accept the licence? Do I need to add some field to my api-call?
1 Like
Hi Silvester,
The error is related to one of the licenses, it seems to indicate that the general license is not accepted (not the specific ERA5 one).
I suggest to look at your profile page (top right) and look at the bottom (here my list):
If you are missing the “license to use copernicus products” or any of the ToC’s you will need to accept those.
Hope this helps!
~Laurens
Please direct me to the dataset licenses page.
On the dataset page it self (download tab), you can find this at the bottom under ‘Terms of use’.
An example for which I’ve not accepted all licenses: Seasonal forecast monthly statistics on single levels
Here the license I need to accept is the “Additional license to use non European contributions”. You can also see that I’ve already accepted the general “License to use Copernicus Products”.