Is it possible to update the path_cache_storage (or path / local_storage) of a PublishedFile after it’s published? I’ve tried manually through the web:
And through the API:
shotgun.update("PublishedFile",24601, {"path_cache_storage" : {'code': 'primary', 'type': 'LocalStorage', 'id': 3}})
to no avail.