in reply to Re: DropBox Delete files
in thread DropBox Delete files
Thanks for your idea, i decided to just loop through files to delete 1 by 1. and its working very good
Thanks so much
# Delete the collected files through loop foreach my $file_todelete (@files_to_delete) { $dropbox->delete($file_todelete); }
|
|---|