@hector_borras thanks for the quick response.
We have upgraded our application to ask for “Read and write” permissions.
now we are getting the following error:
{u’errors’: [{u’code’: u’UNAUTHORIZED_CLIENT_APPLICATION’,
u’message’: u’The client application making this request does not have access to this API’}],
u’request’: {u’params’: {}}}
Our application had Ads API access already (we have been using Ads v0 for a while), so we know that it was whitelisted earlier.
What could be the reason?
Would you check that our application is still whitelisted after the permission change?