Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检测文件的更新,并检索它们的 URL。
这一切都可以通过 Sync API 完成吗?还是我必须同时使用 Sync 和 Core API?(这甚至可能吗?)
谢谢!
您可以使用以下方法来观察更改文件夹中的所有文件
-[DBFilesystem addObserver:forPathAndChildren:]
Sync API 当前不支持获取文件的公共 URL(如 REST API 中的 /shares 端点),但该功能将在未来版本中提供。