http://code.google.com/p/google-api-java-client/source/browse/calendar-cmdline-sample/?repo=samplesから Google カレンダー API サンプルをダウンロードし、Eclipse でプロジェクトを作成しました。プロジェクトを実行しようとするとjava.lang.IllegalArgumentException: no JSON input found
、この行に到達します
FileCredentialStore credentialStore = new FileCredentialStore(
new File(System.getProperty("user.home"), ".credentials/calendar.json"), JSON_FACTORY);
この例を試した人はいますか?ここで何が問題なのですか?