Search K
Appearance
Appearance
The AddACCFile node allows you to upload a local file to Autodesk Construction Cloud (ACC) by specifying the target Hub, Project, and Folder within your connected ACC environment.
This node is useful when automating document management workflows requiring files to be stored within ACC for team access, compliance, or downstream automation.
Label | Input Type | Description | Required |
---|---|---|---|
Hub Name | text | The name of the ACC Hub where the project resides. | ✅ |
Project Name | text | The name of the project within the Hub. | ✅ |
Full Path to File | text | The full local file system path to the file you wish to upload. E.g. C:\Files\Drawing.pdf | ✅ |
Folder Identifier | text | The folder identifier (GUID or path) within the ACC project where the file will be uploaded. | ✅ |
ThirdParty-Autodesk | service account | The Autodesk service account to use for authentication. (System populated; not user visible in form) | ✅ |
Name | Description |
---|---|
AccFile | The BIMFile object representing the uploaded file. Contains metadata such as file ID, name, version, and storage location. |
Validation
Authentication
Hub & Project Resolution
Folder Resolution
File Upload
Error Handling
✅ Scenario: You have generated PDF drawings in an earlier workflow node and need to upload them to a specific project folder within ACC for team collaboration.
My Company Hub
Project ABC
C:\Generated\Drawing-RevA.pdf
b.1234abcd5678efgh
(example folder GUID)Upon successful execution, the file will be available in the specified folder within Autodesk Construction Cloud.
⚠️ Areas to Confirm / Manually Update
/Plans/Drawings
) is valid in your current implementation.BIMFile
if needed for end-user clarity.Status | Description |
---|---|
Completed | File was uploaded successfully. |
Fail | Includes reason such as file not found, authentication failure, or upload error. |
Type | Value |
---|---|
Node Type | Task |
Task Type | AddACCFile |