I am trying to fill a PDF form I have uploaded to cloud storage. I can successfully get the form fields and values and download the PDF file itself through the API. However, I get "Object reference not set to an instance of an object" when issuing a PUT request to the service to fill out the form.
I am not sure what the problem is or how to get more details. Any help is appreciated.