Get file create time on box cloud using BoxSDK python
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
-
正式なコメント
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
コメントアクション
投稿コメントは受け付けていません。
コメント
1件のコメント