Dropbox - "Unable get stream"
I need to copy files from dropbox to SD-card, and then clear the original folder.
When run script, the existing files are copied and deleted, but the script tries to copy and delete files that were used in this place, but I have already deleted.
Is there a command that allows you to pre-update state drobox that such errors do not happen?
my script:
smc cp "dropbox://164368119/books_cur/*.*" "file:///sdcard/external_sd/books/${dd1}/${dd2}"
smc rm "dropbox://164368119/books_cur/*.*"