DropBox Connector
Documentation
Version: 1
Documentation

EndPoint Upload a file


Name

upload_file

Description

Upload a file

Parameters

Parameter Label Required Options Description
TargetFilePath TargetFilePath YES Specify a file path in DropBox to save file to
SourceFilePath SourceFilePath YES Specify a disk file path to upload

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Id DT_WSTR nvarchar(4000) 4000 False
Name DT_WSTR nvarchar(4000) 4000 False
PathLower DT_WSTR nvarchar(4000) 4000 False
PathDisplay DT_WSTR nvarchar(4000) 4000 False
ClientModified DT_DBTIMESTAMP datetime False
ServerModified DT_DBTIMESTAMP datetime False
Revision DT_WSTR nvarchar(4000) 4000 False
Size DT_I8 bigint False
IsDownloadable DT_BOOL bit False
ContentHash DT_WSTR nvarchar(4000) 4000 False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.