node.js - GA Analytics Reporting API - authentication stopped working -


we have had ga reporting api integration working smoothly since last year no changes. recently, more precise, starting 31st of july, authentication stopped working. getting { error: 'invalid_grant' }. using service account explained here, https://developers.google.com/console/help/new/#serviceaccounts, , it's node.js script, using .p12 keys, outlined here, http://dannysu.com/2014/01/16/google-api-service-account/.

we did try recreating service account, making sure go through steps, enabling api's need enabled. tried making service account users owners, still no luck.

are aware of might have changed regards service accounts authentication process? or has of experienced similar issues?

cheers,
iraklis

i able solve issue running command sudo ntpdate ntp.ubuntu.com on server hosting integration scripts. synchronizes time ntp servers.

the time off few minutes, , seems make lot of difference.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -