eclipse上的Apps脚本:从Drive中读取项目内容时出错;

use*_*629 5 eclipse google-apps-script

在此输入图像描述

我正在尝试使用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)
Run Code Online (Sandbox Code Playgroud)

我怎样才能使这个工作?

Rub*_*bén 0

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

Google Plugin for Eclipse 已弃用,并将于 2018 年 1 月删除。请尽快迁移到 Cloud Tools for Eclipse 和/或 GWT Eclipse 插件,以避免中断。