@s_guryev wrote:
Hello,
I'm trying to upload the video to the https://www.kaltura.com/ server via C#.
I have downloaded the C# SDK but I have faced the issue: all params are converted to the json and passed as the single multipart-form item named "json".
Error I'm receiving is MISSING_MANDATORY_PARAMETER "Missing parameter "uploadTokenId"". I have unwrapped the params and passed them one by one as a standalone multipart-form item and it works.
So I have a question - is there a real availability to pass all the params as a single multipart-form item called "json" or it's obsolete feature and C# SDK was not updated?
@jess could you please help?
Thank you!
Posts: 1
Participants: 1