a month ago
I have to consume an API for multi form body. I am using http request multipart with file metadata and fieldmeta collections but getting 403 error
Please refer below pic
3 weeks ago
What did you provide for this element 'file' is it a binary file or a path to the excel file?
3 weeks ago
Excel file path.
3 weeks ago - last edited 3 weeks ago
Ok lets try this :
Remove the filemetadata from the input parameters i mean remove this :
now open fieldmetadata collection and add 'file' to name and the excel file path to the value i mean here :
try to make it in the same order of your postman template.
Refresh, Save, run and let me know please
3 weeks ago
Yes I tried but getting same result as 403.
3 weeks ago
Thank you @Mohamad_747
Finally I am able to do that.
3 weeks ago
Worked with my final method ?
3 weeks ago
Kept file collection only did not add file in field data.
I guess issue was with URL. Some input parameters in url were incorrect
Thankful to your all efforts and help.