gpt4 book ai didi

python - 使用 Python (API V2) 删除 Dropbox 文件

转载 作者:太空宇宙 更新时间:2023-11-03 15:38:56 25 4
gpt4 key购买 nike

我正在尝试删除一个文件。我尝试使用:dbx.file_delete() 但是我得到一个 AttributeError。

AttributeError: 'Dropbox' object has no attribute 'file_delete'

这是我找到的here .

file_delete(path)

Delete a file or folder.

Parameters path The path of the file or folder. Returns A dictionary containing the metadata of the just deleted file.

For a detailed description of what this call returns, visit: https://www.dropbox.com/developers/core/docs#fileops-delete

我相信这是因为 file_delete() 来自 API V1,但我使用的是 API V2。我环顾四周,但找不到 API V2 文档。那么如何使用 Python 使用 Dropbox API V2 删除 Dropbox 上的文件?

谢谢!

  • 旁注:(dbx = dropbox.Dropbox(access_token))

最佳答案

根据 Dropbox APIv2 documentation ,删除文件或文件夹的方法是:

dbx.files_delete(path)

哪里 dbx = dropbox.Dropbox(access_token)

关于python - 使用 Python (API V2) 删除 Dropbox 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53804657/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com