I have an application with a feature for users to upload documents into a BLOB storage table. I also have software that takes files and extracts data from them and puts them into an Excel spreadsheet. That software though only takes files from a local file path. I'm looking for a way to automate the process of downloading documents manually into this local folder so the software can pick them up. Ideally there would be no human interaction in this process, and would run every time a user uploaded a document through the application.