如何使用 Basecamp 的 API 删除文件?
我能够成功使用 Basecamp File API 获取文件列表项目并下载文件。但如何删除文件呢?对文件发出 DELETE 而不是 GET 似乎对我不起作用。我错过了什么吗?
I was able to successfully use the Basecamp File API to get the list of the files in a project, and download files. But how can I delete files? Issuing a DELETE instead of a GET on the file doesn't seem to do the trick for me. Am I missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来他们没有公开用于删除文件的 REST API 方法。
It looks like they don't expose an REST API method for DELETEing files.