Rashmin Kitelytech
Rashmin Kitelytech

Reputation: 61

Display & Video 360 No permission for attempted operation on PARTNER with ID

We have implemented Google API for Display & Video 360 in Google PHP API client. When we execute the API it returns the below error response:

{
"error": {
"code": 403,
"message": "No permission for attempted operation on PARTNER with ID \"******\".",
"status": "PERMISSION_DENIED"
}
}

We have verified the partner ID in the DV 360 console and API keys in the Google Cloud console. Any leads on how to fix this would be helpful. Thanks!

Upvotes: 4

Views: 709

Answers (1)

Orabi
Orabi

Reputation: 1

For anyone facing the same issue:

This error generally means that the service account linked to your Google Cloud Project doesn’t have the necessary permissions to access the DV360 platform.

To fix this, go to DV360 and add your service account as a user with the appropriate access level (e.g., Viewer or Editor).

Upvotes: 0

Related Questions