How to Transfer a file from ACC to Forge's OSS using?

63 views Asked by At

I'm looking for guidance on transferring a file from Autodesk Construction Cloud to Forge's Object Storage Service using C#. I found a sort of approache(source1) but doesn't seem very clear. Specifically, I'm interested in:

  1. Getting a file in ACC.
  2. Uploading a file directly to Forge's OSS without downloading it locally.

Any examples or pointers would be greatly appreciated. Thanks!

1

There are 1 answers

0
Zhong Wu On

There is not an easy way to move files from Autodesk Docs to Autodesk OSS, basically, you have to download it and upload it through the normal way. Check details as:

  1. Download file from Autodesk Docs: https://aps.autodesk.com/en/docs/data/v2/tutorials/download-file/
  2. Upload file to Autodesk OSS: https://aps.autodesk.com/en/docs/data/v2/tutorials/app-managed-bucket/

But for many user senario, for example, if you want to send the file from Autodesk Docs as input to Design Automation, you can send them directly, check details at https://aps.autodesk.com/blog/new-feature-support-direct-s3-migration-inputoutput-files-design-automation .