Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error saving Eclipse project to Google Drive

I have a newly-created Apps Script project in Drive which I successfully imported into Eclipse via the Google Plugin.

I made some edits and hit Save, and I get this:

Error saving Eclipse project TestProject to Drive (file ID: 18Xhe...)
com.google.gdt.eclipse.drive.driveapi.DriveWritingException: Server error while storing project in Drive.
    at com.google.gdt.eclipse.drive.driveapi.DriveServiceFacade.writeProject(DriveServiceFacade.java:222)
    at com.google.gdt.eclipse.drive.DriveEclipseProjectMediator.performDriveUpdate(DriveEclipseProjectMediator.java:446)
    at com.google.gdt.eclipse.drive.DriveEclipseProjectMediator$2.run(DriveEclipseProjectMediator.java:406)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 500 Internal Server Error
{
  "code" : 500,
  "errors" : [ {
    "domain" : "global",
    "message" : "Internal Error",
    "reason" : "internalError"
  } ],
  "message" : "Internal Error"
}
    at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:145)
    at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:113)
    at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:423)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:343)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:460)
    at com.google.gdt.eclipse.drive.driveapi.DriveServiceFacade.writeProject(DriveServiceFacade.java:219)
    ... 5 more

Any ideas?

Thanks in advance, Jeffery

like image 291
jkhoffman Avatar asked May 28 '14 20:05

jkhoffman


People also ask

How do I fix the workspace error in Eclipse?

From eclipse.org, select Projects > Eclipse Project > Platform > Core, and then look for the workspace restorer plug-in on the development resources page. Be sure to also enter a bug report in the Eclipse Bugzilla with any available log information to help prevent such disasters from happening to others!

How do I change the default save location in Eclipse?

Step 1: First open the eclipse in its default workspace. Step 2: Go to menu File -> Switch Workspace -> Other. We will get the UI as below. Step 3: Click on Browse button and configure the required location.

Can not import project in Eclipse?

Importing an "existing projects into workspace" means importing an existing Eclipse project, which is not your case. What you want to do is to import files from your filesystem. Instead of "existing projects into workspace", select "File System".


1 Answers

I see the same error message as well. The problem started occurring a few hours ago.

I've reported this at https://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=284&thanks=284&ts=1401349699

like image 67
Arvi Avatar answered Jan 04 '23 07:01

Arvi