0

When I use the Model Derivative API to translate a DWG file into an SVF file, what happens to the DWG file?

Does it get stored in my bucket along with the SVF? Does it get stored somewhere else? Does it get thrown away?

1 Answers1

1

It depends on what policy you set for your bucket when you create it. You can choose a retention policy of either transient, temporary, or persistent, meaning that uploaded files (ie your DWGs before conversion, not the SVFs) will be kept for either 24 hours, 30 days, or permanently.

Read here for more information.

Alex Leach
  • 118
  • 7
  • Correct, the original (seed) file remains in the bucket for a time period based on the bucket's data retention policy, or until you remove it. – Petr Broz Dec 19 '18 at 07:51