Upload Audio File to Dropbox

Discussions about CSEntry
Post Reply
wissem
Posts: 4
Joined: September 29th, 2018, 8:00 am

Upload Audio File to Dropbox

Post 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,
aaronw
Posts: 571
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: Upload Audio File to Dropbox

Post 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
Post Reply