05-15-2017 10:11 AM
Has anyone had any success downloading WebEx Recordings?
I've managed to connect and get a multipart/related response using downloadNBRStorageFile, but not having much success extracting that into the separate files.
Is there an easier/better way to do this, or do I have to read the boundary from the header and manually extract the separate parts?
Looking at achieving this with PowerShell / .Net.
Any advice greatly appreciated.
Thanks.
05-16-2017 09:01 AM
you'll need to recombine the multi-part back into the original file, see RFC1341(MIME) : 7 The Multipart content type
07-18-2017 04:24 AM
darrenparkinson Any success in this? I tried the same using PHP. No success in creating a .arf file using the response. I need your help in this if you did solve this. Thanks.
07-30-2017 12:17 PM
Hi,
I am able to parse the response of downloadNBRStorageFile in PHP using the package GitHub - Riverline/multipart-parser: A one class lib to parse multipart document ( multipart email, multipart form, etc …
Finally, a solution in the PHP to parse the SOAP multipart response works for me.
10-05-2017 04:32 AM
Hi Darren,
I have built a PHP package for NBR API. Please visit this URL for more information GitHub - rsathishtechit/webex: PHP WebEx package for XML and NBR API's.
Let me know if you need any help on this.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide