I'm getting files four days a week through my Dropbox folder and I need to add that data to my sql server. In the past I've been using FTP to transfer files, but I'm not sure if FTP will work with Dropbox and I don't know how to do it. I've had some experience with SSIS in the past and I'm pretty sure that SSIS could do this task, but I'm not able to add integration services extension to my SQL Server. Does anyone have any idea what would be the easiest way to transfer these files to the database?
There are some third party components that allow you to read from Dropbox:
Or you have to use an HTTP connection manager to download the file using Dropbox api: