Hello
I'm accessing the API via a PHP library. I want to do two things, and need to know if its possible:
1) We have files in 2 folders that I would like to be able to have our clients download with a single click - for instance, if we have the folders below, we would want to download Job1\Part A and Job1\Part B. Simplest if this could be shown as a URL that clicks and the download happens. Is this functionality in the API? All these directories are already shared with the clients.
Job1
Job1\Part A
Job1\Part B
Job1\Part C
Job1\Part D
Job1\Results
2) Is there an embed that can be set to upload only - in the example above, the client would process Part A and Part B and upload into Results. If not, what's the suggested way to allow multiple file upload into a directory?
Thanks.