为什么要使用的Dropbox的核心API,而不是同步API [英] Why use Core Api of dropbox as opposed to Sync API

查看:142
本文介绍了为什么要使用的Dropbox的核心API,而不是同步API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用的Dropbox把.db文件在云和检索回来。我搜索SO和所有我发现了使用Dropbox的核心API调用RESTFUL的例子。

I am trying to use dropbox to put the .db file on the cloud and retrieve it back. I searched SO and all I found was examples of RESTFUL calls using the Core API of dropBox.

但是我发现,同步API是更容易使用,但没有将其用于此目的的例子。任何理由为什么我应该与Core API去,因为反对同步API?

However I find that Sync Api is easier to use but no examples of using it for this purpose. Any reason why or why I should go with the Core API as oppose to the Sync Api?

感谢您

推荐答案

核心API旨在与服务器端的应用程序工作。同步API是专门设计用于移动客户端的工作,有SDK的iOS和Android和更简单,更容易使用。

The Core API is designed to work with server-side apps. The Sync API is specifically designed to work with mobile clients, has SDK's for iOS and Android and is much simpler and easier to use.

同步的API不支持的核心API的更先进的功能,如完全控制权限,文件修订等,但对于简单的文件同步和检索的目的像你这样的,同步的API是完美的。

Sync API's do not support the more advanced features of Core API's such as full permissions, file revisions etc. But for simple file syncing and retrieval purpose like yours, Sync API's are perfect.

这篇关于为什么要使用的Dropbox的核心API,而不是同步API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆