Skip to main content
Question

Get file create time on box cloud using BoxSDK python

  • May 22, 2025
  • 1 reply
  • 5 views

Forum|alt.badge.img

I am using the latest python BoxSDK.

Is there any way to get date property of the file uploaded or created of on box cloud storage?

where file_metadata was created using item.get_all_metadata()

item variable belongs to the: <class 'boxsdk.object.file.File'>

However get_all_metadata() does not return the date time of the file added on box cloud storage.

Any suggestions would be helpful, thank you :D

 

 

1 reply

Forum|alt.badge.img

This is due to the response for that endpoint not having that information. You will want to make a call to the GET file information endpoint

Thanks, 

Alex, Box Developer Advocate