Hi,
From yesterday I'm trying to setup sandbox environment to test "DoubleClick Ad Exchange Buyer REST API".
I started from this document
https://developers.google.com/ad-exchange/buyer-rest/v1.1/I set at console new application and oauth2 access for it. And turned on service "Ad Exchange Buyer API". (
https://code.google.com/apis/console/b/0/)
At this moment I can authorize with oauth2. But when I tired to ask API for creatives (
GET /adexchangebuyer/v1.1/creatives) I got an error:
{
"error": {
"errors": [
{
"message": "No permission to access resource. Please contact your technical account manager."
}
],
"code": 403,
"message": "No permission to access resource. Please contact your technical account manager."
}
}
Best regards
Tytus