Page 1 of 1

Upload Audio File to Dropbox

Posted: March 12th, 2022, 6:31 am
by wissem
Dear Team,

I would like to know how to automatically upload audio file recorded through csentry app to dropbox.

I tried to use this logic but i get no results.

postproc
if syncconnect(dropbox) then

syncfile(PUT, "/Download/*.m4a", "/AUDIO/");

syncdisconnect();

endif;

Regards,

Re: Upload Audio File to Dropbox

Posted: March 15th, 2022, 11:55 am
by aaronw
The logic looks correct. It's possible you're logged into another Dropbox account. Try clearing your credentials and resynchronizing.
https://www.csprousers.org/help/CSPro/c ... tings.html