UpendraSingh / analytics-issues

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

Authorization error is randomly being returned #903

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This tool is not designed to request help. It is only for reporting
issues and requesting features for the Google Analytics libraries.

If you are a developer and you need help, visit:
https://developers.google.com/analytics/help/

If you are not a developer and you need help, visit:
https://support.google.com/analytics
---------------------------------------------------------------------------
Name of affected component: Core Reporting API

Name of related library and version, if applicable (e.g. Java, Python,
HTTP, Objective-C, etc.): Ruby gem 'google-api-client' v. '0.7.1'

Issue summary:
"Analytics::API::Executable::ClientError" randomly being returned on some API 
calls, despite trying exponential back-off.  The same API call works after a 
short period of time.  This error is supposed to be an authorization issue, 
though.

Steps to reproduce issue:
1. It is seemingly randomly.

Notes:
Provide any additional information which might be useful here. Feel free to
attach screenshots or sample code which demonstrates the issue being
described.

Original issue reported on code.google.com by keet...@automatedinsights.com on 8 Mar 2016 at 2:09

GoogleCodeExporter commented 8 years ago
The best place to ask questions about using and developing with Google 
Analytics APIs, libraries, and SDKs is on Stack Overflow. Make sure and use one 
of the following tags:

google-analytics — for general questions about Google Analytics.
google-analytics-api — for questions specific to one of the Google Analytics 
APIs.

I would suggest that you ask your question on stackoverflow include the 
requests you are making, the frequency, and what responses you are backing off. 
Also include the full response message (quotaExceeded?)

https://developers.google.com/analytics/devguides/config/mgmt/v3/limits-quotas#w
rite_error
https://developers.google.com/analytics/devguides/config/mgmt/v3/errors#backoff

Original comment by mcoh...@google.com on 8 Mar 2016 at 4:22