I think I have found the problem:
I can upload this image with these properties correctly:
{
"fileObject": {
"_data": {
"size": 2505426,
"offset": 0,
"blobId": "F5897167-ABCD-4AFB-99C3-D2C5C91B422A",
"type": "image/jpeg",
"name": "IMG_0003.JPG",
"__collector": {}
},
"uri": "file:///Users/mohammad/Library/Developer/CoreSimulator/Devices/B1DD9235-EB39-4D4E-B368-97DB163C4D03/data/Media/DCIM/100APPLE/IMG_0003.JPG",
"name": "IMG_0003.JPG",
"type": "image/JPG"
},
"formData": {
"_parts": [
[
"files",
{
"_data": {
"size": 2505426,
"offset": 0,
"blobId": "F5897167-ABCD-4AFB-99C3-D2C5C91B422A",
"type": "image/jpeg",
"name": "IMG_0003.JPG",
"__collector": {}
},
"uri": "file:///Users/mohammad/Library/Developer/CoreSimulator/Devices/B1DD9235-EB39-4D4E-B368-97DB163C4D03/data/Media/DCIM/100APPLE/IMG_0003.JPG",
"name": "IMG_0003.JPG",
"type": "image/JPG"
}
]
]
}
}
But I can not download an Image with these properties:
{
"fileObject": {
"_data": {
"size": 2808983,
"offset": 0,
"blobId": "14B1EFDE-8CD3-4E92-A09B-90CFE1FADE1F",
"type": "image/heic",
"name": "IMG_0006.HEIC",
"__collector": {}
},
"uri": "file:///Users/mohammad/Library/Developer/CoreSimulator/Devices/B1DD9235-EB39-4D4E-B368-97DB163C4D03/data/Media/DCIM/100APPLE/IMG_0006.HEIC",
"name": "IMG_0006.HEIC",
"type": "image/HEIC"
},
"formData": {
"_parts": [
[
"files",
{
"_data": {
"size": 2808983,
"offset": 0,
"blobId": "14B1EFDE-8CD3-4E92-A09B-90CFE1FADE1F",
"type": "image/heic",
"name": "IMG_0006.HEIC",
"__collector": {}
},
"uri": "file:///Users/mohammad/Library/Developer/CoreSimulator/Devices/B1DD9235-EB39-4D4E-B368-97DB163C4D03/data/Media/DCIM/100APPLE/IMG_0006.HEIC",
"name": "IMG_0006.HEIC",
"type": "image/HEIC"
}
]
]
}
}