简体   繁体   English

使用Dropbox API V2将文件夹与远程同步

[英]Sync folder with remote using Dropbox API V2

有没有一种直接的方法使用Dropbox API V2 for .NET将本地文件夹与远程文件夹同步?

This depends on what exactly you mean by "straightforward". 这取决于你“直截了当”的确切含义。

The official .NET SDK for Dropbox API v2 does have methods for listing , uploading , and downloading files, among other operations, so this is certainly technically possible. 用于Dropbox API v2的官方.NET SDK确实具有列出 ,上下载文件以及其他操作的方法,因此这在技术上是可行的。

That would require you to implement some amount of logic in your app's code though, eg, to watch for changes on either side, and upload or download accordingly. 这需要您在应用程序代码中实现一些逻辑,例如,监视任何一方的更改,并相应地上载或下载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM