October 12, 2023
Solved
Batch Ingestion API - Large file upload doesn't work
- October 12, 2023
- 3 replies
- 1727 views
Hello,
I was trying to initialize a large file (json file) upload using the API as described in the documentation - https://developer.adobe.com/experience-platform-apis/references/batch-ingestion/#tag/Batch-Ingestion/operation/completeLargeFileUpload
I am using postman and I get the following output (screenshot attached)
{
"type": "/placeholder/type/uri",
"status": "415",
"title": "Unsupported Media Type",
"detail": "HTTP 415 Unsupported Media Type"
}
Can someone help what's going wrong!

