我正在编写一个在其页面下载的Java中使用DROPBOX API的程序:https://www.dropbox.com/developers/core 在我的程序中,我希望在文件夹中创建新文件时收到通知。我从这个链接Dropbox Application; Is it possible to check when a folder or a file is created or modified?找到了一条线索。但是,解决方案尚不清楚。任何人都可以帮我解决这个问题。
答案 0 :(得分:0)
其他线程的答案是正确的。你想调用delta。以下是针对它的Java特定文档:http://dropbox.github.io/dropbox-sdk-java/api-docs/v1.7.x/com/dropbox/core/DbxClient.html#getDelta(java.lang.String)。