You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

dhruvin's avatar
dhruvin
Explorer | Level 4
2 years ago

List Created Files After given Using API

Hi, I want to list files that are created after a given date. I want to do this using API. There isn't any creation date for files and folders. Any other way to do this? Also, another query, und...
  • Greg-DB's avatar
    2 years ago

    Unfortunately, the Dropbox API doesn't offer a way to list/filter files/folders created only since a specific date nor a way to retrieve the original creation date, but I'll pass these along as feature requests. I can't promise if or when they might be implemented though.

     

    The API doesn't distinguish between files and folders in deleted entries, but I'll be sure to pass this along as a feature request as well. For reference though, a deleted entry just indicates that whatever was at that path was deleted, and at different points in time, a single path could have been either a file and folder. You may want to refer to whatever previous metadata you received for that path to see what was there, and/or call /2/files/list_revisions to see what was previously there.