Google Code Exporter
Google Code Exporter
Original comment by `[email protected]` on 6 Jan 2010 at 4:33 - Changed state: **Accepted**
``` Experienced same problem, also with Google Docs and Spreadsheets which are linked into my site. Using 1.0.3 ``` Original comment by `[email protected]` on 25 May 2010 at 5:17
``` The following is what I get when trying the command line option to do the import. java -cp google-sites-liberation-1.0.1.jar com.google.sites.liberation.imprt.Main - d "mydomain.org" -w "My-Site" -u Myuser -p MyPassword...
``` has the site been created yet? the import tool will not create new sites. it will only import into existing sites. ``` Original comment by `[email protected]` on 6 Jan...
``` Hi, Thanks for the response. I tried both ways, with and without creating the sites. The gui tool show the import complete, but nothing happens. The command line tool...
``` I get the same error when trying to import even one file to an existing site (Issue #41). WARNING: Unable to update entry:{WebPageEntry {BasePageEntry {BaseContentEntry c om.google.gdata.data.sites.WebPageEntry@ae533a}}} com.google.gdata.util.ServiceForbiddenException: Forbidden...
Original comment by `[email protected]` on 6 Jan 2010 at 4:40 - Changed state: **Accepted**
``` Also reproduced on Windows XP (java full version "1.6.0_11-b03"), export failed at the first JPG attachment java -cp google-sites-liberation-1.0.1.jar com.google.sites.liberation.export.Main - w mysite -u myname -p ******** -f e:\temp\1...
``` It sounds strange, but parent of AttachmentEntry is not necessarily PageEntry. Sometimes great URLs occur, like this: http://sites.google.com/site/mysite/notes/note200/DSC_1496.JPG/DSC_1498.JPG (one attachment and then another). Their origination is obscure for me,...
``` Attempting without revision history '-r' makes it a bit further but then crashes again with a null pointer exception. Exception in thread "main" java.lang.NullPointerException: text at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:203) at com.google.sites.liberation.renderers.RendererUtils.getHyperLink(RendererUtils.j...