Upload Audio File to Dropbox
Posted: March 12th, 2022, 6:31 am
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,
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,