AbdFatah / analytics-issues

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

error while connecting to GA service via .NET GDATA #264

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We face the following error while connecting to GA service via .NET GDATA 
library:
the server response is 403 (forbidden) in 10-30% cases (it doesn't depend on 
query, but on time of execution i.e. the same query may be forbidden different 
times).
The quotas weren't exceeded.
The code of queriing is like this:

                service = new AnalyticsService(strsitename);
                service.SetAuthenticationToken(token);
                service.ProtocolMajor = 3; //2?

                query = new DataQuery(dataFeedUrl);
                //Make query
                service.Query(query);

Original issue reported on code.google.com by zyrya...@dmir.ru on 19 Feb 2013 at 7:11