Hey DocuSign Community!
I'm developing a file archive extension and see that the Google Drive and Dropbox extensions in the App Center allow users to select specific storage locations (folders/drives) during the Maestro workflow configuration. (see screenshots)
However, looking at the File Archive Extension documentation and reference implementation, I don't see how to implement this functionality. The action definition only shows a single URI parameter:
"params": {
"uri": "https://example.app/api/archive"
}
Any guidance on what needs to happen in the file archive extension to allow users to select storage locations would be great.
Thanks in advance!

