我有一个新的 Google App Engine 项目(1.7.3)并希望通过 GPE 工具添加 FreeBase API --> 添加 Google API。
我有一个较旧的项目,我成功下载了导致这个类路径条目的 API:
<classpathentry kind="con" path="com.google.gdt.eclipse.managedapis.MANAGED_API_CONTAINER/freebase-v1r10lv1.7.2-beta"/>
eclipse 的 .log 告诉我:
MESSAGE IO error while downloading http://api-directory.googleapis.com/5935/download-apiary/freebase/v1?lang=java&dependencies=1
!STACK 0
java.io.IOException: Server returned HTTP response code: 502 for URL: http://api-directory.googleapis.com/5935/download-apiary/freebase/v1?lang=java&dependencies=1
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.URL.openStream(Unknown Source)
at com.google.gdt.eclipse.core.jobs.DownloadRunnable.run(DownloadRunnable.java:81)
at com.google.gdt.eclipse.managedapis.platform.ManagedApiInstallJob.run(ManagedApiInstallJob.java:190)
at com.google.gdt.eclipse.managedapis.ui.ApiImportWizard$2.execute(ApiImportWizard.java:145)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
当我尝试使用浏览器访问 URL 时,也会出现 502 错误。
我尝试添加另一个 API,即书籍 API,效果很好,但我想使用 FreeBase API。我收到 API 列表中可用的首选选项和沙盒选项的错误。