Message 1 of 5
RevitLinkType.LoadFrom consumed model fails since unable to create a ModelPath ModelPathUtils.ConvertCloudGUIDsToCloudPath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
NewModelPath = ModelPathUtils.ConvertCloudGUIDsToCloudPath(
currentDocPath.Region,
currentDocPath.GetProjectGUID,
modelGuid)
ConvertCloudGUIDsToCloudPath requires the Revit Cloud Model GUID (modelGuid) and valid access to the model in ACC.
If the model is a “consumed” model from another project or hub and your account lacks the proper permissions, Revit cannot create a ModelPath.
Feeding a version ID (bf…) or URN into ConvertCloudGUIDsToCloudPath does not work — it must be the true Model GUID from attributes.extension.data.modelGuid.
Please can you help me reload linked consumed models.