Did this ever work? We had an issue where it just stopped working and we were seeing the message "Scheduler - Timed out waiting for valid connection" in the logs. Using this article helped.. Scheduler - Timed out waiting for valid connection | Blue P...
Hi @Jishnu P Nair, I would suggest checking the force pre authorization setting, and your headers. For my use case I had to logon to the service using one API which returned a token that I had to use in an Authorization header for the upload call.---...
I struggled with this for a while too, so hopefully this will help.In my case, I am posting a csv file. I set the filename and absolute filepath in the filesCollection. I do not set the content type or field name. I do not use the fieldmetadata colle...