Oleh
Oleh

Reputation: 3

How to upload files to a bucket from Design Automation without zipping the folder?

I have a design automation bundle for Revit.
This code saves two different files (.json and .rvt) to the “result” folder.

My activity has the following parameters
Parameters Image

If I set the result parameter zip true, the result is fine, but I get an archived file(result.zip) in bucket.
I need to get these two files into bucket without archiving.

I want to have on bucket files that will not be archived(result.zip).
Any ideas on how to do this?

Upvotes: 0

Views: 80

Answers (1)

Albert Szilvasy
Albert Szilvasy

Reputation: 611

DA does not know how to do this for you, so you have to do this yourself: your appbundle will need to include code that does the uploading. You should also remove the "result" output parameter since DA should no longer do the uploading.

Upvotes: 0

Related Questions