Hi, I'm looking for a way to set location in JavaScript API when creating new component using session.createComponent(), it's using ftrack.server by default.
While writing code using Python API, the method allowed using auto to use the location set on priority. Is there a way to set location like that during createComponent()?
asset_version.create_component(component, data={"name": filename}, location="auto")