Open File Explorer from Web App

garysegal

New member
Good afternoon
In our new Web App we need to open shared folders/files (OneDrive) on the local PC, my developers assuring me that teh only way to open then is with a web browser, and it works, but many functionally is missing and it does not look got and not user friendly.
We need to open those folders locally using Windows File Explorer, so we can work with documents locally (Open, copy, paste, delete, move)
My developers are say that with new secure browsers it is impossible to do it.

It must be a work around....
Any suggestions or samples will be greatly appriciated.

Thank you all in advance.
Gary
 
Use their API to connect and manipulate files. There is php package to do that:
https://github.com/krizalys/onedrive-php-sdk
 
Thank you Michalio
We are already using it but folders only open with a browser, we cannot make it to open locally...
Any other suggestions?
Thank you in advance.
 
I know that you cannot open the folder locally, but with the API you can list the files from cloud and if the sync is enabled then the file list will be the same on cloud as on local folder and if you edit one file then it should be dowloaded by the onedrive app
 
Back
Top