Hi, I haven't problems downloading reports or using services (p.ex. change campaign status) but when I call createMutateJob I get this error:
Google\ApiCore\ApiException {#15384
-status: "PERMISSION_DENIED"
-metadata: array:1 [
0 => array:2 [
"errors" => array:1 [
0 => array:2 [
"errorCode" => array:1 [
"authorizationError" => "DEVELOPER_TOKEN_NOT_WHITELISTED"
]
"message" => "Developer token '---MY_DEVELOPER_TOKEN-----' is not whitelisted."
]
]
]
]
-basicMessage: "The caller does not have permission"
#message: """
{\n
"message": "The caller does not have permission",\n
"code": 7,\n
"status": "PERMISSION_DENIED",\n
"details": [\n
{\n
"@type": 0,\n
},\n
{\n
"@type": 0,\n
"data": [\n
{\n
"errorCode": {\n
"authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED"\n
},\n
"message": "Developer token '---MY_DEVELOPER_TOKEN-----' is not whitelisted."\n
}\n
]\n
}\n
]\n
}