大家。
我遇到了一些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
有任何想法和建议吗?
答案 0 :(得分:1)
看起来您错过了NoClassDefFoundError
错误判断的依赖关系。确保您的gsp / HTML头部中包含正确的Google API参考或groovy文件中的正确导入。
答案 1 :(得分:1)
检查此页面以获取外部依赖关系列表:https://developers.google.com/gdata/articles/java_client_lib