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.
我正在为 Rackspace Cloud API 使用 Java 绑定
我想弄清楚如何为我上传到 rackspace 的文件设置内容处置
我没有看到通过通过此 API 公开的 FilesClient 对象执行此操作的直接方法
Java API 不提供开箱即用的此功能
我最终更改了 FilesClient.saveObjectAs 函数
-- 添加一个字符串参数作为“contentDispositionValue” -- 构造请求的代码,将该参数添加到一组请求参数中