Search K
Appearance
Appearance
The ACC Download File node allows you to download a file from Autodesk Construction Cloud (ACC) to your local working folder within the automation workflow. It connects to ACC using your configured service account and retrieves the specified file based on its identifier.
Use this node to:
Label | Input Type | Description | Required | Example |
---|---|---|---|---|
Hub Name | Text | The name of the Autodesk Construction Cloud Hub containing the project. | ✅ Yes | My ACC Hub |
Project Name | Text | The name of the Project within the specified Hub. | ✅ Yes | Design Project X |
File Identifier | Text | The ACC File Identifier (URN or GUID). If not found by ID, the system will attempt to resolve by path. | ✅ Yes | urn:adsk.wipprod:fs.file:... |
Output Variable Name | Description |
---|---|
DownloadedFile | Full local path to the downloaded file in working folder. |
AccFile | The ACC File metadata object returned from the API. |
Service Account Retrieval
Retrieves the Autodesk service account token configured in your system.
Hub and Project Validation
Validates the provided hub and project names against the authenticated account to ensure correct context.
File Retrieval
Attempts to get the file by its ID. If not found, it attempts to resolve the file by path.
File Download
Downloads the file to the workflow working folder.
Result
DownloadedFile
in the workflow data to the local file path.AccFile
to the file metadata.You have a file in ACC that needs to be processed for reporting or document conversion. Using DownloadAccFile
, you can automate retrieving this file for use in subsequent workflow nodes, such as PDF conversion, CAD parsing, or archiving.
This node will fail with a clear message if:
⚠️ Important:
✅ Confirmed: All mandatory input fields and outputs are covered.
🔲 To confirm manually:
DownloadedFile
and AccFile
.