I'm working on a project with a friend and we would like to find a way to upload a .zip or .rar or .tar file to Dropbox, and then when the file is inside of Dropbox extract the files of that file. Everything must be done using the API.
Why we want to do this? Our project is a website builder and we already implement the Dropbox uploading of every single file and folders but we would like to speedup the process, creating a zip/rar/tar file, upload it to Dropbox and then extract the files to make it faster.
Is this possible?