When using this connector, you will need to store the file locally and then trigger the upload from the load script editor.
Connector settings:
Local path: the path where your source file is stored. Dropbox upload path: the path and file to which you will upload data. Mode: choose if you want to overwrite the file or not
Example script in the source file:
let vQwcConnectionName = 'lib://dropboxconnection';
Characters:
Load Chr(RecNo()+Ord('A')-1) as Alpha, RecNo() as Num autogenerate 26;
STORE Characters into [lib://localstorage/test.qvd] (qvd);
DropboxConnector_UploadFile:
LOAD
status as UploadFile_status,
error_message as UploadFile_error_message
FROM [$(vQwcConnectionName)]
(URL IS [http://localhost:5555/data?connectorID=DropboxConnector&table=UploadFile&encrypted_refresh_token=YOUR TOKEN], qvx);