Hey,
We are using java sdk. While fetching metadata for zip or rar files we are getting exception with error code 415. Code is as follows.
BoxAPIConnection apiConnection = new BoxAPIConnection("accessToken");
apiConnection.asUser("userId");
BoxFile file = new BoxFile(apiConnection, "fileId");
BoxFile.Info fileInfo = file.getInfo(ALL_FIELDS);
Its happening only for zip or rar files as per our observation. Any help would be appreciated.
Thanks in advance,
Bharath