Webcam Dropbox Uploader - a plugin to store images to dropbox

[quote=“mjbok, post:237, topic:176879”][quote=“martin12345, post:236, topic:176879”]There were a whole bunch of problems with downloading the updated plugin which Vera have not responded on fixing, so I created a whole new plugin - Webcam Dropbox Uploader V2. Uninstall the old one and install the new one.

Martin[/quote]

I used your luup example from earlier in the thread.

lul_settings={}
lul_settings[“webcamNumber”]=71
luup.call_action(“urn:milliesoft-com:serviceId:WebcamDropboxUploader1”,“SendSnapshot”, lul_settings,104)

It says “code sent successfully” but no new pictures appear on drop box for me. What am I doing wrong[/quote]

I got it partially working. I changed the code to

lul_settings={}
lul_settings[“webcamNumber”]=71
luup.call_action(“urn:milliesoft-com:serviceId:WebcamDropboxUploader2:1”,“SendSnapshot”, lul_settings,104)

but it sends all of my cameras, not just camera 71.

Thoughts?