Welcome to the new Box Support website. Check out all the details here on what’s changed.

To acquire file created date

New post

Comments

1 comment

  • Murtza

    You can use the getInfo method to return this information. Here's an example:

    BoxFile.Info info = file.getInfo("created_at", "modified_at");
    0
    Comment actions Permalink

Please sign in to leave a comment.