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,
Upload Audio File to Dropbox
-
aaronw
- Posts: 571
- Joined: June 9th, 2016, 9:38 am
- Location: Washington, DC
Re: Upload Audio File to Dropbox
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
https://www.csprousers.org/help/CSPro/c ... tings.html