Greetings @vishsahu . Am tryng to implement an external api key with a post call to an external api key . The documentation explicitly say its expecting a file . so am using a form in drapcode where i drope the form component , removed all text elements and placed the fle component alone
had watched a video that claries how to post a request as form data but my case is little different snce in forms there is no option to set the value type as a file when using a form .so i just use the file compnonet without mappng its value to correspond with the exernal api , which is expecting a file … multipart or for data
now it has been providing me with error 401 , now its error 400 internal server error and error in source code
@vishsahu & @alitanwir am waiting for your support on this one . the error has been stalling progress over the weekend and am looking forward for progress . My api requires binary file only , am using my request as a form ( content type : multipart/ form ) and its still giving those 2 errors ? please help
one more thing @alitanwir & @vishsahu , system logs are not recording and there is no way for me to tack the error.
Am still waiting for your feedback if you managed to get where we are getting it wrong