sdrose65 / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

https://www.google.com/analytics/feeds/accounts/default not found, AccountQuery() Error #619

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have gotten this error since yesterday in the following code block. ( 
https://www.google.com/analytics/feeds/accounts/default not found! )

AccountFeed accountFeed = service.Query(query);
foreach (AccountEntry entry in accountFeed.Entries)
{
 //...   
} 

And there are some changes about Account Feed in Google Api explained here: 
https://groups.google.com/forum/?fromgroups=#!topic/google-analytics-api-notify/
dcdz3LzKnpA

How can I solve this problem?

Original issue reported on code.google.com by ersinge...@gmail.com on 25 Aug 2012 at 12:56

GoogleCodeExporter commented 9 years ago
It seems like that feed has been shutdown: 
https://groups.google.com/forum/?fromgroups=#!topic/google-analytics-api-notify/
dcdz3LzKnpA

Original comment by ccherub...@google.com on 25 Aug 2012 at 9:04