Anybody has experience accessing OWN CLOUD documents by tapping into it’s MySQL database and using WEBDAV ?
As an alternative question I will ask:
the same but for services like DROPBOX ?
Arthur
Anybody has experience accessing OWN CLOUD documents by tapping into it’s MySQL database and using WEBDAV ?
As an alternative question I will ask:
the same but for services like DROPBOX ?
Arthur
Hi Arthur.
I am solving the same problem now. I have nextcloud and would like to save files to nextcloud and have a link from application to nextcloud file to be able to edit it and keep metadata. Have you solved it somehow? Thanks,
Ales
This may help, followed by mapping a network drive to the mounted data reference:
https://doc.owncloud.org/server/8.2/user_manual/files/access_webdav.html#
You right that is maybe better than using webdav in PHP. Thank you