谷歌API:阅读文档



everyone.

我在使用 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

有什么想法和建议吗?

NoClassDefFoundError错误来看,您似乎缺少依赖项。 确保在 gsp/HTML 的头部有正确的 google API 引用,或者在 groovy 文件中有正确的导入。

查看此页面以获取外部依赖项的列表:https://developers.google.com/gdata/articles/java_client_lib

相关内容

  • 没有找到相关文章

最新更新