Forum Discussion
RGanger
Feb 28, 2020Copper Contributor
Document Share and Automation
We would like to have a location where users outside of our organization can place files. We want to be able to monitor that location for a file to be created (we aren't sure of how we'll do this yet...
Feb 29, 2020
Might I ask why you need to program this in Phyton? By the way, one possible way to achieve this is by creating an API in Azure that gets the data and you can call that API from your Phyton code
RGanger
Mar 02, 2020Copper Contributor
I'm open to ideas. Where would you store the files and what would you use to make the API calls to another service? We need to upload the document via API to another application and then make additional API calls to get additional data from that service. We will then upload the data we get get from that API into a SQL database. The SQL database is on AWS RDS. We don't actually use Azure but we could possibly go that route if that seems promising. I don't know much about Azure.