Upload a file
Uploads a local file to Dropbox. Provide the Dropbox destination path in TargetFilePath and the full local file path in SourceFilePath.
SELECT *
FROM upload_file
WITH (TargetFilePath='/MySubfolder/file-I-want-to-upload-to-dropbox.dat'
,SourceFilePath='C:\file\I\want\to\upload.dat')