10

The question is how to list recently modified files in Dropbox account using their API?

Dropbox web UI can show a summery of recently changed files, but I couldn't find how to do it in their API documentation.

grebulon
  • 7,697
  • 5
  • 42
  • 66

2 Answers2

0

The Dropbox API doesn't currently offer any functionality for events or recents, but I'll be sure to pass this along as a feature request.

The closest alternative is to track activity by staying up to date with /list_folder and /list_folder/continue:

https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue

Greg
  • 16,359
  • 2
  • 34
  • 44
0

To Track any modifications in dropbox, webhooks will be the best option. refer: https://www.dropbox.com/developers/reference/webhooks