You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hello team,
We are using google Ads api for offline conversation tracking. We are uploading conversations into our clients AdWords accounts. Our customers wants to integrate their account with different customer id's in our application.
For this we are authorizing them more than once but we are getting refresh token once per user.
After authorization we are fetching the customers under their account using getCustomers() method of customer service.
In first attempt to getCustomers() is working properly but when our clients authorize them second time we are getting the error "looks like your application is not properly configured with OAuth2 parameter refresh token is missing"
In the getCustomers() request the access token is correct but we are not reciving the customers.
Please help us to find the solution.