Hi all,
I have an scenario where I need to find out the recently modified files in a day through Dropbox API v2 in Java.
Right now I am scanning through each and every file in the Dropbox through ListFolderBuilder to check the server modified date to find out whether the file has been modified.
Is there any way I could find only the recently modified files in a day through code in Dropbox API v2? Is this feature availble?
Appreciate your help here.
Thanks,
Sindhu.