media.addFromUploadedFile deprecated - what method is preferred?

On the documentation for media.addFromUploadedFile, I see that it is now deprecated. The docs suggest I come to the forums for guidance, but I didn’t see anything in search that suggests what method I should be using.

Is there a migration path to get files uploaded into Kaltura that were previously using this method? I am trying to put a video into the MediaSpace>unlisted category, but it’s now failing.

Hi @bikegriffith,

Please see an end to end tutorial here:
https://developer.kaltura.com/workflows/Ingest_and_Upload_Media;step=intro
Each step includes code samples for our various client libs.

Let me know should you have additional questions after going through it.