Level up your Box knowledge with brand new learning paths on Box University. Visit training.box.com to get started

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.