The blog clarifies the use of the `localName` attribute in input/output parameters for maintaining consistent file access in Design Automation. It explains that `localName` allows your app bundle to access files regardless of their original names in cloud storage. The need for `localName` may be bypassed if the file path is provided through the `commandLine`. Additionally, parameters like `pathInZip` help access files from zipped inputs. Relevant APIs include Design Automation.
You can find additional details in this blog
Comments
0 comments
Article is closed for comments.