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