cancel
Showing results for 
Search instead for 
Did you mean: 

How to Upload and store Videos in SAP backend(ECC/CRM..) using ODATA

former_member282194
Discoverer
0 Kudos

Hi Everyone,

I am trying to upload Videos in Odata to save in ECC/CRM but am not able to upload videos. am able to upload any files using stream methods in ODATA.

Could anyone please help me to achieve my requirement.

Thanks,

Madhu.

Accepted Solutions (0)

Answers (3)

Answers (3)

AshwinDutt
Active Contributor
0 Kudos

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

former_member1425
Discoverer
0 Kudos

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.

former_member185414
Active Contributor
0 Kudos

Try the media/stream entity implementation as suggested by ashwindutt.r here