Download path does not exist - Download Image from Dropbox

1 view (last 30 days)
I Dont Know How I use this function !

Accepted Answer

Walter Roberson
Walter Roberson on 13 Feb 2019
pass a directory name as the third parameter not a file name.
  5 Comments
Walter Roberson
Walter Roberson on 13 Feb 2019
filenames = {'1.jpg'};
That is, you have to pass in a cell array of filenames to fetch even if only one is being fetched.

Sign in to comment.

More Answers (0)

Categories

Find more on Downloads in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!