Google API:阅读文档

时间:2012-06-02 16:41:37

标签: grails google-api

大家。

我遇到了一些Google API问题:想要阅读文档列表,但是在第一行

DocsService client = new DocsService("yourCo-yourAppName-v1");

有一个例外:

Could not initialize class com.google.gdata.client.docs.DocsService. Stacktrace follows:
Caused by NoClassDefFoundError: Could not initialize class com.google.gdata.client.docs.DocsService

有任何想法和建议吗?

2 个答案:

答案 0 :(得分:1)

看起来您错过了NoClassDefFoundError错误判断的依赖关系。确保您的gsp / HTML头部中包含正确的Google API参考或groovy文件中的正确导入。

答案 1 :(得分:1)

检查此页面以获取外部依赖关系列表:https://developers.google.com/gdata/articles/java_client_lib