Search K
Appearance
Appearance
Uploads a local file to a specified folder within an Autodesk Construction Cloud project.
Use this task when a workflow needs to publish generated or processed files into Autodesk Construction Cloud for team access or downstream project use. It resolves the target hub, project, and folder automatically before uploading, so it can be used after any task that produces a file in the working folder. The uploaded file becomes immediately available in the ACC document management environment.
| Field | Type | Required | Description |
|---|---|---|---|
| Hub Name | Text | Yes | The name of the ACC hub where the target project resides. This can be found in the ACC web app under accounts. |
| Project Name | Text | Yes | The name of the project within the hub. This can be found in the ACC web app under projects. |
| Full Path to File | Text | Yes | The full path to the local file to upload. Use the WorkingFolder variable to reference the automation working directory. |
| Folder Identifier | Text | Yes | The ACC folder to upload the file into. Accepts either the full folder path (e.g. Project Files/PROJ001/DRAWINGS) or the folder ID. |
| Name | Description |
|---|---|
| AccFile | The uploaded file object from ACC, containing metadata such as file ID, name, version, and storage location. Pass this to downstream tasks that need to reference the file. |