23-01-25 01:24 PM
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
29-01-25 09:36 PM
What did you provide for this element 'file' is it a binary file or a path to the excel file?
30-01-25 03:20 AM
Excel file path.
30-01-25 06:47 AM - edited 30-01-25 06:47 AM
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
30-01-25 11:43 AM
Yes I tried but getting same result as 403.
30-01-25 02:47 PM
Thank you @Mohamad_747
Finally I am able to do that.
30-01-25 03:59 PM
Worked with my final method ?
30-01-25 05:09 PM
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.