07-26-2024 12:26 PM
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
07-27-2024 12:28 AM
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.
07-29-2024 09:19 AM
Hi Rama,
Thanks for your response. How to generate file in FTP location instead of generating on local machine ?
08-15-2024 11:50 AM
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.