Re: Getting AuthorizationError.USER_PERMISSION_DENIED while running getCampaign service

2018-06-01 Thread Lithia Auto Stores
Hi, Please make sure your developer token have basic access in order to retrieve production data. if not you may need to apply for basic access. You can do that on the same page you got your developer token.There is an option to request for basic access. Thanks Sam On Thu, May 31, 2018 at 5:44

Re: Getting AuthorizationError.USER_PERMISSION_DENIED while running getCampaign service

2018-05-31 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Muniyasamy, The USER_PERMISSION_DENIED error means that the user who authorized your API call does not have access to the target AdWords account. If you are using the credentials of an

Getting AuthorizationError.USER_PERMISSION_DENIED while running getCampaign service

2018-05-31 Thread MuniyasamyK
I am working on AdWords API integration with campaign service. Based on the reference link, I have created Maven project in eclipse using the client library. I have given the input through ad.properties like client id, client secret, developer token, refresh token. While compiling