有没有办法将Box的webdocs和Google的gdocs作为Word文档下载,将Google的gsheets作为Excel电子表格下载?
我按如下方式下载文件:
HttpClient client = new HttpClient();
HttpMethod getMethod = new GetMethod("https://api.box.com/2.0/files/fileId/data");
getMethod.setRequestHeader("Authorization", "BoxAuth api_key=" + API_KEY + "&auth_token=" + authToken);
client.executeMethod(getMethod);
是否有可以包含的标题或参数,允许以指定格式导出?
答案 0 :(得分:0)
我们无法转换为Excel或其他可通过API提供的格式。谢谢你的询问。如果我们看到足够的业务需求,那么我们会考虑提供它。