1
Box의 웹 문서 및 Google의 gdoc을 Word 문서로 다운로드하고 Google의 gsheets를 Excel 스프레드 시트로 다운로드 할 수 있습니까? 다음과 같이상자 : Office 형식으로 웹 문서 및 Google 문서를 다운로드 할 수 있습니까?
나는 파일을 다운로드 :
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);
내가 그 지정된 형식으로 내보낼 수 있습니다 포함 할 수있는 헤더 또는 매개 변수가 있습니까?