How to give MATLAB Web App Server access to a SharePoint directory?

I have a web app that interacts with a SharePoint directory. How do I give the Web App Server access to the directory?

 Risposta accettata

To read or write from and to a SharePoint directory, the location needs to be mapped.
In SharePoint, you can use “Sync”
to create the mapping folder.
Once the mapped folder is created, you can follow this article to provide MATLAB Web App Server read and write access to the folder. Please note that if the mapped folder does not exist on a web app user’s machine, you can create a “if else” statement within the app to create the folder.  
 

Più risposte (0)

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by