Hello,
We recently lost access to our original manager account email, so we granted access to another account, then made that account the manager.
After regenerating our developer token, we are now getting this message.
INFO:oauth2client.client:Refreshing access_token
INFO:oauth2client.client:Failed to retrieve access token: {
"error" : "invalid_grant",
"error_description" : "Account has been deleted"
}
Is there anyway to update refresh_token?
Thanks!