You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are getting data from GA from different views (tables). With one - we have strange problem.
SOMETIMES... during receiving data... there is an error:
Error in ParseDataFeedJSON(GA.Data) : code : 401 Reason : Request had invalid authentication credentials.
We're using token file which is validated and reload just before running query.
What is strange:
it's very often... but not always
on other views - works without problem (this one is the biggest :/ )
Any idea what to check, what to change?
W.
The text was updated successfully, but these errors were encountered:
Maybe the request runs too long? Split it in smaller parts and always refresh the token before sending the request.
I‘ve also read lately that Google is closing some kind of authorization. I haven‘t used this package for quite a while. So I‘m not aware if Google‘s change will affect it.
Hi,
we are getting data from GA from different views (tables). With one - we have strange problem.
SOMETIMES... during receiving data... there is an error:
Error in ParseDataFeedJSON(GA.Data) : code : 401 Reason : Request had invalid authentication credentials.
We're using token file which is validated and reload just before running query.
What is strange:
Any idea what to check, what to change?
W.
The text was updated successfully, but these errors were encountered: