Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
clouddav [2020_01_14 17:33] jimclouddav [2020_01_15 11:08] – [Things to Note] jim
Line 15: Line 15:
 </WRAP> </WRAP>
  
-CloudDav is the File Fabric implementation of WebDAV with a unique twist, it works over **//any//** Storage Cloud mapped to a File Fabric account whether that Storage Cloud is WebDAV enabled or not.\\ \\ This is made possible by the protocol adaptors that the File Fabric provides to enable public and private storage cloud to be accessible over common protocols.\\ \\ To use CloudDav once it is enabled for an account:\\ \\ **URL:** \\ \\ https:%%//%%webdav.storagemadeeasy.com \\ \\ *or* \\ \\  https:%%//%%webdaveu.storagemadeEasy.com/ (EU Server)\\ \\ **Authentication:** Your Enterprise File Fabric username or password\\ \\ You can use a variety of WebDAV clients or Apps to access Files using CloudDav.\\ \\  Example of Apps include:\\ \\ **iOS Apps:** Pages, Numbers, Keynote, OmniFocus, OmniGraffle, OmniGraphSketcher, WPS Office + others\\ **Android Apps:** WPS Office, WebDAV Navigator, X-plore file manager, Total Commander + others\\ \\   +**Pre-Requisite for Enterprise Appliance:** CloudDav is configured and turned on at a package level 
 +\\ \\  
 +CloudDav is the File Fabric implementation of WebDAV with a unique twist, it works over **//any//** Storage Cloud mapped to a File Fabric account whether that Storage Cloud is WebDAV enabled or not.\\ \\ This is made possible by the protocol adaptors that the File Fabric provides to enable public and private storage cloud to be accessible over common protocols.\\ \\ To use CloudDav once it is enabled for an account:\\ \\ **URL:** \\ \\ https:%%//%%webdav.storagemadeeasy.com \\ \\ *or* \\ \\  https:%%//%%webdaveu.storagemadeEasy.com/ (EU Server)\\ \\ **Authentication:** Your Enterprise File Fabric username or password\\ \\ You can use a variety of WebDAV clients or Apps to access Files using CloudDav.\\ \\  Example of Apps include: 
 +\\ \\  
 +**iOS Apps:** Pages, Numbers, Keynote, OmniFocus, OmniGraffle, OmniGraphSketcher, WPS Office + others\\ **Android Apps:** WPS Office, WebDAV Navigator, X-plore file manager, Total Commander + others\\ \\  
 ===== CloudDav Options ===== ===== CloudDav Options =====
  
Line 28: Line 31:
  
 If you added files externally to your Cloud Provider and you cannot see them via CloudDav then you either need to enable the **//CloudDav real-time refresh//** from the CloudDav options available from your **//Cloud Dashboard//** on the website, or you need to do a manual refresh of your Cloud Files Cache.. To understand how to do a manual refresh please see [[top5things#step4|here]]. If you added files externally to your Cloud Provider and you cannot see them via CloudDav then you either need to enable the **//CloudDav real-time refresh//** from the CloudDav options available from your **//Cloud Dashboard//** on the website, or you need to do a manual refresh of your Cloud Files Cache.. To understand how to do a manual refresh please see [[top5things#step4|here]].
- 
-In the later version of iWork there seems to be a bug in which the files is copied but then is copied again (twice). We have debugged this and we see that on the first copy iWork sends the file without Auth headers (authentication) and then when this fails sends it again but with the Auth headers. The save actually works fine, it just takes a little longer. We hope Apple will fix this in a future version. 
  
 SME Encrypted files that are uploaded where the end user holds the encryption key (ie. not stored in SME) are not displayed from a WebDAV client connection as it makes no sense to show them as they cannot be un-encrypted from a standard WebDAV client. SME Encrypted files that are uploaded where the end user holds the encryption key (ie. not stored in SME) are not displayed from a WebDAV client connection as it makes no sense to show them as they cannot be un-encrypted from a standard WebDAV client.
Line 35: Line 36:
 If you are trying to map a network drive using SME CloudDav on any version of Windows from XP onwards then we would recommend you install [[https://storagemadeeasy.com/files/c9ba9faf6bc655f98572b287a34af379.reg|these registry fixes]] that solve many issues with Windows WebDAV, including authentication and correct working with Office 2010+. If you are trying to map a network drive using SME CloudDav on any version of Windows from XP onwards then we would recommend you install [[https://storagemadeeasy.com/files/c9ba9faf6bc655f98572b287a34af379.reg|these registry fixes]] that solve many issues with Windows WebDAV, including authentication and correct working with Office 2010+.
  
-There is also a blog post specifically for mapping CloudDav using the Windows WebDAV feature at:+There is also [[https://blog.storagemadeeasy.com/mapping-drives-with-windows-server-clouddav/|a blog post]] specifically for mapping CloudDav using the WebDAV feature with WebDav. 
 + 
 +Also note that in corporate environments webDav can be disabled at a policy level. In the following registry keys: 
 + 
 +<code> 
 +HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\HwOrder\ProviderOrder  
 + 
 +HKLM\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order\ProviderOrder 
 + 
 +</code>
  
-https://blog.storagemadeeasy.com/mapping-drives-with-windows-server-clouddav/+the value ",webclient" must be at the end of the value in the keyIf it is not then WebDav is restricted at an OS level and will not work. Adding the value back may resolve the issue.
  
 +If you are using an Amazon WorkSpaces Windows 10 Server instance then WebDav is not enabled by default. You need to enable 'WebDAV Redirector' in Features and restart WorkSpaces to be able to work with WebDav.