MATLAB Access Box Folders
조회 수: 22 (최근 30일)
이전 댓글 표시
My Organisation is using the Box Folders for storing the Data, Is there any way MATLAB is having API kind of thing which will acess, read and write the data from the Box Folders with the user crenditals given to it.
Presently, i am downloading and executing the script and gain uploading the data. Is there any chances of automation can be done to this, because downloading and uploading has to been doing manually as of now.
댓글 수: 0
답변 (3개)
Ian McEachern
2019년 9월 12일
Second this, would love to have a way to connect Box with Matlab, call data, etc.
댓글 수: 0
Jonathan Ajo-Franklin
2019년 11월 18일
Third this. No API that I know of - but you can always have a local instance of MATLAB write to a Box desktop folder. We used this scheme to allow real-time processing of a remote data; the processing box (located away from our field site) polled the cloud directory for new files while the remote field system wrote to it. Would love to have a cleaner solution.
댓글 수: 0
Brian
2020년 8월 17일
Box.com has an API...
I'm working on writing Python or .NET that I can use via Matlab to access files. Can anybody recognize a more efficient way?
Can I post to a URL using Matlab to download files?
댓글 수: 1
Brian
2020년 8월 17일
Is this a way to download without writing too much code: https://www.mathworks.com/matlabcentral/answers/378759-how-to-download-file-from-dropbox-using-e-g-websave ?
참고 항목
카테고리
Help Center 및 File Exchange에서 Licensing on Cloud Platforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!