I’ve created an app that creates a task in teamwork from freshdesk ticket. Currently I’m working on a feature to pick ticket attachments and attach them to task in teamwork, but I’ve ran into problem as I cannot find a way to download the file to upload it to teamwork.
Is there maybe an example app that deals with file (ticket-attachment) downloading/uploading.
This requires both HTTP library and file storage to support file download and upload. The following posts could clarify why Request method of our platform and Serverless cannot support file downloads and uploads.
File upload is possible only if it can be converted as readable stream to upload to third-party without needing to store locally in the Serverless app. Currently, we do not have any samples for this (Please up vote the post #1 for requesting it).