Forum Discussion

santhosh544's avatar
santhosh544
New Contributor II
2 years ago

How to download Zoom recordings using SnapLogic

We tried to access Zoom recordings based on User and we got response JSON.

 

In the response, we have "download_url". When we try to download using Rest Get Snap, we got below error:

"error": "Illegal character ((CTRL-CHAR, code 0)): only regular white space (\\r, \\n, \\t) is allowed between tokens\n at [Source: (StringReader); line: 1, column: 2]",

 

Is there any way to download Zoom Recordings using SnapLogic Snap?

 

Thanks,
Santhosh

3 Replies

  • You may be able to download the file from the browser if the Pipeline is executed as a triggered task. Try the HTTP Client Snap with the URL.

    • santhosh544's avatar
      santhosh544
      New Contributor II

      Hi Rama,

      Thanks for your response. How to generate file in FTP location instead of generating on local machine ?

      • santhosh544's avatar
        santhosh544
        New Contributor II

        Hi ramaonline - As per our requirement, we have to generate recording file in FTP/Shared Location/Google Drive/SLDB. Also, we have used HTTP Client Snap in the flow. 

        To generate a file in FTP/SLDB using SnapLogic, we utilized the FileWriter Snap, which requires content, content-type, and content location details as input. However, the HTTP response provides content information in an unreadable format, causing the HTTP Client Snap to fail in parsing the content data.