API job not found - 404 Client Error using cdsapi (new)

Hi,
When using the cdsapi to download time series data as csv file, a requests.exceptions.HTTPError: 404 Client Error: Not Found appear as my job number is not found . No csv file is download. But , on my web account, in “Your Requests” section , I can find and download the csv related to the job number . How to directly download it without having to got to the my page account ?

Hi found the answer on this post : Issues using the CDS API in Python

in the .cdsapirc file, you have to change the URL to url: ads.atmosphere.copernicus.eu/api . Now the csv files are correctly saved on my computer .