want to download files from dropbox to a local computer using websave

조회 수: 15 (최근 30일)
Stephen Forczyk
Stephen Forczyk 2022년 6월 8일
댓글: Stephen Forczyk 2022년 6월 9일
I am trying to set up a project for distribution that will need a large number of files from my dropbox account. These files can be in several shared folders. i have tried to use a submission from Matlab Central called 'downloadFromDropbox' and I can not get it to work because I am not familiar with writing dropbox apps. Is there a way to do this directly from Matlab not using this script?
Another possibility would be to use a python script but the intended audience may not have that so I would like a pure matlab solution

답변 (1개)

Vinod
Vinod 2022년 6월 9일
The MATLAB function on FileExchange is a pure MATLAB solution and does not require you to write Dropbox apps. Please install the addon in MATLAB and type in ">>help downloadFromDropbox" for instructions on how to use it.
  댓글 수: 2
Stephen Forczyk
Stephen Forczyk 2022년 6월 9일
The function requires a token from dropbox-I followed the instructions to create a dropbox app to get a toke.
When I execute the function it obviously reads the token and the files names I want to retrieve. When it actually tries to retrieve it that is when things break down. Is there anyway I could send you my calling file and this routine to see if you could execute it.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by