eclipse - eclipse : Error reading contents of project from Drive; 上的应用程序脚本

标签 eclipse google-apps-script

enter image description here

我正在尝试将 google apps 脚本插件用于 eclipse ( https://developers.google.com/eclipse/docs/apps_script ) 当我按照说明操作并尝试导入应用程序脚本项目时,导入向导似乎没有填充,我最终在标题 。日志有以下内容:

  !SESSION 2017-09-06 20:41:42.028 -----------------------------------------------
  eclipse.buildId=4.6.3.M20170301-0400
  java.version=1.8.0_131
  java.vendor=Oracle Corporation
  BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
  Command-line arguments:  -os win32 -ws win32 -arch x86_64 -data file:/E:/EclipsePortable/Data/workspace/

  !ENTRY org.eclipse.ui.navigator 2 0 2017-09-06 20:41:46.917
  !MESSAGE Can't find Navigator Content Descriptor with id: org.eclipse.jst.servlet.ui.EnhancedJavaRendering

  !ENTRY com.google.gdt.eclipse.drive 1 0 2017-09-06 20:42:16.644
  !MESSAGE Connected to Drive service at https://www.googleapis.com/

  !ENTRY com.google.gdt.eclipse.drive 4 0 2017-09-06 20:43:23.266
  !MESSAGE Error reading contents of project from Drive; see Error Log.
  !STACK 0
  java.lang.NullPointerException
     at com.google.gdt.eclipse.drive.wizards.ScriptProjectImportWizard$2.run(ScriptProjectImportWizard.java:162)
     at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)

我怎样才能让它工作?

最佳答案

来自 https://developers.google.com/eclipse/

The Google Plugin for Eclipse is deprecated and will be removed in January 2018. Migrate to Cloud Tools for Eclipse and/or the GWT Eclipse Plugin as soon as possible to avoid disruption.

关于eclipse - eclipse : Error reading contents of project from Drive; 上的应用程序脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46086384/

相关文章:

Eclipse + CDT : how to build indexes from command line?

javascript - G脚本: List and Filter G-Drive Files from Variables Stored in a G-Sheet

google-apps-script - 如何使用文件上传修改 Google 表单响应

java - Eclipse RCP 多线程

android - 主屏幕应用程序快捷方式不适用于 android。应用程序未安装

java - 获取要在 eclipse 中构建的项目

google-apps-script - 如何使用 Apps 脚本获取过滤范围的值

google-apps-script - 未使用 "state"参数名称调用 doGet,出现服务器错误

google-apps-script - Google Apps 脚本 CoffeeScript

java - 在 Eclipse 上运行单个 JUnit 测试用例时获取 NPE