发行com.google.gdata.util.ResourceNotFoundException:

2019-07-31 04:20发布

问题描述

我使用谷歌分析作秀访问/跳出率的网站。 昨日功能之前是工作的罚款。 但现在我得到一个错误

com.google.gdata.util.ResourceNotFoundException: Not Found
<!DOCTYPE html>
<html lang=en>
  <meta charset=utf-8>
  <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
  <title>Error 404 (Not Found)!!1</title>
  <style>
    *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}
  </style>
  <a href=//www.google.com/><img src=//www.google.com/images/errors/logo_sm.gif alt=Google></a>
  <p><b>404.</b> <ins>That’s an error.</ins>
  <p>The requested URL <code>/analytics/feeds/accounts/default</code> was not found on this server.  <ins>That’s all we know.</ins>

    at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:599)
    at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:564)
    at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:560)
    at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:538)
    at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:536)
    at com.google.gdata.client.Service.getFeed(Service.java:1135)
    at com.google.gdata.client.Service.getFeed(Service.java:998)
    at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:645)
    at com.google.gdata.client.Service.getFeed(Service.java:1017)
    at com.report.utils.GoogleAnlytics.getAvailableAccounts(GoogleAnlytics.java:41)
    at com.report.utils.GoogleAnlytics.run(GoogleAnlytics.java:113)
    at com.report.utils.GoogleAnlytics.main(GoogleAnlytics.java:164)

我做了什么

我使用的帐户URL

"https://www.google.com/analytics/feeds/accounts/default"

我搜索关于互联网上的这个问题,但找不到任何解决办法。 这是什么问题,我该如何解决?

Answer 1:

饲料已被谷歌关闭。 见帐户供稿关闭

该数据导出API v2.3的迁移已经完成和API已关闭。 如果您的应用程序试图访问帐户供稿现在会收到一个404错误响应。 要解决此错误, 迁移到管理API来访问配置数据。



Answer 2:

按照这个https://developers.google.com/analytics/devguides/config/mgmt/v2/mgmtJava变化帐户资料网址https://www.googleapis.com/analytics/v2.4/management/accounts/~all/webproperties/~all/profiles ,并使用ManagementFeed / ManagementEntry代替AccountFeed和AccountEntry我已经解决了我的问题:))



文章来源: Issue com.google.gdata.util.ResourceNotFoundException: Not Found with Google Analytic