rdurnin Posted September 30, 2014 Report Posted September 30, 2014 Is there a way to access the storage entity for a project via the api? I would like to build a path to a disk location and will need the root folder. r
Mattias Seebergs Posted October 1, 2014 Report Posted October 1, 2014 There's no method you can use directly, but you can use following to solve your problem:import ftrackproject = ftrack.getProject('<project code>')print project.get('diskid')print ftrack.getDisks()Mattias
Recommended Posts
Archived
This topic is now archived and is closed to further replies.