nickdeboar Posted September 8, 2022 Report Posted September 8, 2022 Hey, I'm pretty new to Ftrack, but familiar with Python and other project management system like Shotgrid. This looks like what I need for creating a version: https://ftrack-python-api.readthedocs.io/en/2.3.0/example/publishing.html But how do I upload the mp4? Is this document what i'm looking for? https://help.ftrack.com/en/articles/1040508-data-transfer Cheers, Nick
Mattias Seebergs Posted September 8, 2022 Report Posted September 8, 2022 Hey Nick! Assuming that you want to publish an mp4 for review online, the file is uploaded automatically as part of the call to create_component (which is calling add_component on the location you want to use). Hope this helps! Cheers, Mattias
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now