2 weeks 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
Wednesday
What did you provide for this element 'file' is it a binary file or a path to the excel file?
Thursday
Excel file path.
Thursday - last edited Thursday
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
Thursday
Yes I tried but getting same result as 403.
Thursday
Thank you @Mohamad_747
Finally I am able to do that.
Thursday
Worked with my final method ?
Thursday
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.