I was having the issue of not getting the proper .nc file until I discovered which is the issue.
Before, the API parameter was format: 'netcdf'
. Now, in order to get the same result, you need to specify data_format: 'netcdf', download_format: 'unarchived'
.