You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// file.java 第417行DownloadFileRespresp = UnmarshalRespUtil.unmarshalResp(httpResponse, DownloadFileResp.class);
if (resp == null) {
thrownewIllegalArgumentException("The result returned by the server is illegal");
}
此时resp为null,接着就会抛出异常
The text was updated successfully, but these errors were encountered:
版本:2.3.0
比如输入一个错误的file_token时就会抛出上面的异常
调用方法:client.drive().v1().file().download()
此时resp为null,接着就会抛出异常
The text was updated successfully, but these errors were encountered: