Message 1 of 37
Problem getting cloud path from files in BIM360
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using Revit 2022 API and this method to get the cloud path:
ModelPathUtils.ConvertCloudGUIDsToCloudPath("US", "projectGuid", "modelGuid")
This is working well with files that were collaborated by my team via Revit. The problem is with the files that are consumed through design collaboration (package consumption in BIM360). I'm getting this error:
Exception: You are unauthorized to access this hub/project or the hub/project doesn't exist. Detail is Haven't found the cloud model.
Please check if your cloud folder is accessible and if the model exists or not.
What could be the error? This process works manually...
Thanks!