Try the media/stream entity implementation as suggested by Former Member here
Hi,
I found the solution to upload videos in ODATA.
In Gateway Client, the system is not uploading video files because of file Size.
if we use Postman/Rest Client we can upload the video files.
Note: we need to use Stream methods and Entity type should be selected as Media checkbox.
Thanks,
Madhukar.
Hello Madhu,
Can you please share more details on what is the exact error your are facing here as you claim you are able to attach files but not videos ??
Please note that handling Videos are not different from how we usually handle other Media Contents.
It still follows the same standard steps of modelling the GW services and use the appropriate mime types while firing the services.
Regards,
Ashwin
Add comment