i want download an attached file on Creatio, using this endpoint:
https://miinstance.com/0/odata/ContactFile(f7946070-164d-48d3-8516-c31aff3f1588)/Data
But, don't work, If I consult directly without data, I receive the data, but to add /Data i receive the 204 status, y try with demo instance and works!, but in my production enviroment i always get the 204 status
{
"@odata.context": "https://astec.creatio.com/0/odata/$metadata#ContactFile/$entity",
"Id": "cd7641f2-8e9f-00c5-6662-c68f0f2dd298",
"CreatedOn": "2025-05-16T22:46:30.610332Z",
"CreatedById": "410006e1-ca4e-4502-a9ec-e54d922d2c00",
"ModifiedOn": "2025-05-16T22:46:31.525903Z",
"ModifiedById": "410006e1-ca4e-4502-a9ec-e54d922d2c00",
"Name": "Abril 2025.pdf",
"Notes": "",
"LockedById": "00000000-0000-0000-0000-000000000000",
"LockedOn": "0001-01-01T00:00:00Z",
"TypeId": "529bc2f8-0ee0-df11-971b-001d60e938c6",
"Version": 1,
"Size": 135896,
"ProcessListeners": 0,
"ContactId": "35e409d2-c8fd-4790-9adf-43ff73abfc3e",
"SysFileStorageId": "65e42805-0e6d-43c9-8784-32b555f08421",
"FileGroupId": "efbf3a0d-d780-465a-8e4b-8c0765197cfb",
"Tag": "",
"TotalSize": 135896,
"Data@odata.mediaEditLink": "ContactFile(cd7641f2-8e9f-00c5-6662-c68f0f2dd298)/Data",
"Data@odata.mediaReadLink": "ContactFile(cd7641f2-8e9f-00c5-6662-c68f0f2dd298)/Data",
"Data@odata.mediaContentType": "application/octet-stream"
}