Hello. The service works great for a mapped drive with the drive mapping tool, and for direct WebDAV connections via URL/domain name with no username and password.
I have an app that uses WebDAV directly and drive mapping doesn't work for it, because it does not use drive letters.
While the URL method, with key embedded in the domain name / link / URL works fine, anyone that can capture this from my network traffic, including DNS or web requests, is able to have full access to my account.
If I am misunderstanding something here, please let me know.
If I understand these issues correctly, is there a way that I can connect with the following conditions?:
1. direct through an app with no drive mapping tool (app does not use drives)
2. with https connection
3. with username/password
4. with standard webdav with basic authentication (digest authentication does not work for this app).
Thank you.