Framework for FrameIO Transfer

Hi,

I’m trying to build an automation around automatic downloads. Right now I’m using Flask in Python and the FrameIO SDK to download assets, but this is lacking a queuing system.

Before I go down the rabbit hole of something like Celery, is there a way to send tasks to the FrameIO Transfer App? Ideally on Mac via Python, but open to other methods.

Hey Alfie, unfortunately there is no API available for the Transfer App but I did pass along your interested to its product manager regarding support for automatic downloads.

To implement a queuing system, I would recommend rq as it’s my favorite library to use for a simple rather durable Python queue with Flask.