Question
Upload file Adobe Analytics Classification Error
https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/classifications/import-file/#post-upload-file
I'm working through this API request
POST https://analytics.adobe.io.api/{GLOBAL_COMPANY_ID}/classifications/job/import/uploadFile/{API_JOB_ID}
Error:
{
"errorCode": "500",
"errorDescription": "Cannot invoke \"javax.servlet.http.Part.getInputStream()\" because \"filePart\" is null",
"errorId": "PDtw6wJJicN9BeSDmUgZpWUAPgmcCyrd"
}
I'm trying to Test in Postman but eventually want this to work in a HTTP request in Workfront Fusion. I'm struggling how to pass a file through or even a JSON body that it mentioned. Could someone please provide a step-by-step example they have done before?