Search code examples
autodesk-forgeautodesk-model-derivativeautodesk-bim360

Autodesk forge transalte rvt to IFC and moving in to folder


I am using model derivative API to Translate from .rvt to IFC. I managed to do that successfully, but I am wondering if there is any way to move the translated IFC file to a specific folder in BIM360 without downloading it and uploading it again to BIM360?


Solution

  • You can move files within the same account & project using the following endpoint - https://forge.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-items-POST/

    Pay attention to the the query string parameter in that section - here

    And also there is a blog post which shows other possible workflows - here