Is Dropbox a WOPI Host? Is the Dropbox integration also available with the desktop version of Microsoft Office applications?

徘徊边缘 提交于 2019-12-11 04:41:45

问题


I believe Office and Dropbox integration is only for Office Online and not for the desktop versions of Office. I looked up the File -> Open menu in the Winword.exe 2016 and didn't see a way to add any other place other than One Drive and Office 365 SharePoint.

This leads me to believe that the One Drive and Sharepoint integration with the desktop versions are perhaps OAuth 2.0 implementations. And the Office Online and Dropbox integration is a WOPI one, Dropbox being the WOPI host?

Could you please confirm?


回答1:


  • Office Online integration <-> Dropbox is 100% WOPI and Dropbox is WOPI host
  • Office 2016 <-> Sharepoint looks like WebDAV, looking at the HTTP headers (e.g. Allow: GET, POST, OPTIONS, HEAD, MKCOL, PUT, PROPFIND, PROPPATCH, DELETE, MOVE, COPY, GETLIB, LOCK, UNLOCK)
  • Office 2016 <-> OneDrive - doesn't look like an integration at all. Word just shows folders from the filesystem and the synchronization is facilitated by the OneDrive app itself. I've concluded that from the fact that Word only sees folders that are enabled for sync in the OneDrive app => it doesn't really communicate with the OneDrive online service to get the full list.


来源:https://stackoverflow.com/questions/46050663/is-dropbox-a-wopi-host-is-the-dropbox-integration-also-available-with-the-deskt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!