Server Error for file upload call


I am tried to upload a doc file in file upload API call.Getting 500 error with with response as below “ErrorMessage”: “Value cannot be null. (Parameter ‘input’)”
}
can someone help me to get out from this issue.
Thanks in advance

This isn’t much to go on.

You’ll need to provide a bit more detail about the API, and the request.

Screenshots (redacted as appropriate).

The error is telling you though, that its expecting an “input” that cannot be null.

Sounds like you are missing an element in the request.

1 Like