Hello,
I am having an issues with a transform that is reading from a mediaset on a Foundry branch.
On the Foundry branch, the following line is generating the below error:
data = media_set.get_media_item(media_item_rid).read()
ConjureHTTPError: 403 Client Error: Forbidden for url: https://waypoint-envoy.rubix-system.svc.cluster.local:8443/compute/xx/foundry/mio-api/mio/api/media-set/ri.mio.main.media-set.xx/items/ri.mio.main.media-item.xxx. ErrorCode: ‘PERMISSION_DENIED’. ErrorName: ‘MediaSet:CannotReadMediaSetBranch’. ErrorInstanceId: ‘xx’. TraceId: ‘xxx’. Parameters: {‘viewRid’: ‘Optional[ri.mio.main.view.xxx]’, ‘mediaSetRid’: ‘ri.mio.main.media-set.xxx’}
I have verified that the media item RID is present in the mediaset on the branch and that I can access it.
Is this a known issue or is an additional step required to access a mediaset on a Foundry branch?
Thank you