Google网站解放:错误请求无效的请求URI

时间:2014-07-27 12:40:38

标签: gdata google-sites

我一直在

Jul 24, 2014 11:53:15 AM com.google.sites.liberation.export.ContinuousContentFeed?$FeedIterator? catchException WARNING: Error retrieving response from query. com.google.gdata.util.InvalidEntryException?: Bad Request Invalid request URI

at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:558) at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:543) at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:536) at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:515)

我用过(您可以使用此测试帐户,我在下面提供密码:))。

 java -jar google-sites-liberation-1.0.4.jar -w https://sites.google.com/site/hmmtestgsl/ -u hmmtestgsl@gmail.com -p aaabbbcccddd -f ./backup

我将MANIFEST.MF中的main更改为:Main-Classcom.google.sites.liberation.export.Main,以便我可以从命令行运行它。

1 个答案:

答案 0 :(得分:1)

使用

  

-w hmmtestgsl

而不是

  

-w https://sites.google.com/site/hmmtestgsl/

修好了。