我从http://code.google.com/p/google-api-java-client/source/browse/calendar-cmdline-sample/?repo=samples下载了谷歌日历 api 示例,并在 eclipse 中创建了一个项目。现在,当我尝试运行该项目时,我正在java.lang.IllegalArgumentException: no JSON input found
这条线上
FileCredentialStore credentialStore = new FileCredentialStore(
new File(System.getProperty("user.home"), ".credentials/calendar.json"), JSON_FACTORY);
你们有人试过这个例子吗?这里有什么问题?