我正在尝试删除一个文件。我试着使用:dbx.file_delete(),但是我得到了一个AttributeError。AttributeError: 'Dropbox' object has no attribute 'file_delete'删除文件或文件夹。
参数路径文件或文件夹的路径。返回包含刚刚删除的文件</
我使用dropbox下载文件API,我得到了一个令牌,但是它返回400错误请求错误"Error in call to API function "files/ download ":必须提供HTTP头"authorization“或URL参数"Authorization”
我遵循dropboxapi文档,但它不能工作~""~我如何修复它?这是我的代码(
我一直在关注iOS平台上的dropbox 。我偶然发现了这行代码来load一个文件。[[self restClient] loadFile:dropboxPath intoPath:localPath]Here, srcPathis the path in the user's Dropbox (you probably got this from a metadata object), and destPath i