google-ads-api icon indicating copy to clipboard operation
google-ads-api copied to clipboard

Refresh token expiring? Error: 16 UNAUTHENTICATED: Failed to retrieve auth metadata with error: invalid_grant

Open sgpascoe opened this issue 2 years ago • 0 comments

  code: 16,
  details: 'Failed to retrieve auth metadata with error: invalid_grant',
  metadata: Metadata { internalRepr: Map(0) {}, options: {} },
  note: 'Exception occurred in retry method that was not classified as transient'

It seems like this keeps happening every week or so, and I need to go through the process of getting a new refresh token every time from here, which then fixes the issue.

sgpascoe avatar Aug 18 '22 17:08 sgpascoe