Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用最新的 python BoxSDK。
有什么方法可以获取在盒子云存储上上传或创建的文件的日期属性?
我试过得到:
其中 file_metadata 是使用 item.get_all_metadata() 创建的
item 变量属于:<class 'boxsdk.object.file.File'>
任何建议都会有所帮助,谢谢:D