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 Dropbox SDK,我开发了一个轮询系统,它会持续扫描这个文件夹,以便处理可以上传到其中的所有可能的文件。
我的问题:有没有办法确定谁在该文件夹中上传了什么?我在文件的元数据中找不到此信息。
提前感谢您的任何帮助。