Re: Find out whether OAuth2 user is read-only

2017-05-17 Thread GD
Thanks, this is a great idea. On Wednesday, May 17, 2017 at 2:51:14 PM UTC+2, Zweitze wrote: > > Most likely you can find out by making a sample call with request header > validateOnly > > set to true. > If you do so, the re

Re: Find out whether OAuth2 user is read-only

2017-05-17 Thread Zweitze
Most likely you can find out by making a sample call with request header validateOnly set to true. If you do so, the request will never be executed, but you do get feedback whether the call could be executed - and if it can'

Re: Find out whether OAuth2 user is read-only

2017-05-16 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Access levels (such as Read only, Administrative Access etc.) pertain to the email address associated with the OAuth credentials used to authenticate the SOAP call. You can check the access level associated with an email address by signing in to the your AdWords account and navigating to *

Find out whether OAuth2 user is read-only

2017-05-16 Thread GD
Hi, I wonder whether there is any way to find out if an OAuth user has read-only access to the API. Currently, the only way we can detect this is when we get OperationAccessDenied.ACTION_NOT_PERMITTED errors, but it would be nice to be able to check this in advance. -- -- =~=~=~=~=~=~=~=~=~=