In certain circumstances, BIM360 will serve a zip file of a Revit document along with its links, such as explained here: https://forums.autodesk.com/t5/bim-360-document-management/linked-revit-files-in-bim-360-docs/td-p/8774004
In this circumstances, however, when interacting with GET projects/:project_id/folders/:folder_id/contents the file still is shown as a regular file (potentially the isCompositeDesign
attribute distinguishes it) with a .rvt file extension. In addition, the filesize shown in storageSize
of the object is the sum of the main Revit file and all of its links. Checking the details in GET buckets/:bucketKey/objects/:objectName/details equally show the size
object size attribute to be the sum of the main Revit file and all of its links.
I cannot seem to find functionality in Forge that:
- Distinguishes a zip file from a lone file (potentially the
isCompositeDesign
attribute does this) - Provides a list of which other files are linked into the main file, or a list of the zip file contents and their URNs.
- Provides a true filesize of the main revit file itself, not just the sum of all linked files in the zip.
Ideas?