我正在尝试将 saleforce 与我的项目集成。在访问 URL“/chatter/feeds/files/me”时,我收到错误“API_DISABLED_FOR_ORG:files API is not enabled for this Organization or user”..
RestResponse getResponse=restClient.sendSync(RestMethod.GET, "/services/data/v23.0/chatter/feeds/files/me, null);
System.out.prinln(getResponse.toString()); // here i am getting the response as "API_DISABLED_FOR_ORG:files API is not enabled for this Organization or user".. "
请帮忙.........