I'm using the FTP to Dropbox template. I've connected successfully to the two services, but when I run a test and then update a file on the FTP server I get a 409 error.
"status": 409,
"message": "File '/_.../test.txt' already exists. Use the Update operation to update an existing file.\r\n inner exception: Exception of type 'Microsoft.Azure.Connectors.Dropbox.DropboxAdapterException' was thrown.\r\nclientRequestId: ...",
"source": "dropbox-ncus.azconn-ncus.p.azurewebsites.net"
It says there is a conflict. Is this template not able to update or overwrite a file in Dropbox that already exists? Any ideas for a workaround?