Permission 'apigee.apiproducts.update' denied on resource

When I try to add apigee proxy to API product I get the following error 
Permission 'apigee.apiproducts.update' denied on resource 'organizations/{proj_name}/apiproducts/{api_product_name}' (or it may not exist).

what could be the issue?

Solved Solved
2 1 65
1 ACCEPTED SOLUTION

The error code states that the issue is the fact that the user/service account trying to add this API to the product does not have the apigee.apiproducts.update permission. 

In order to grant it, you can follow this documentation.

Hope it helps!

View solution in original post

1 REPLY 1

The error code states that the issue is the fact that the user/service account trying to add this API to the product does not have the apigee.apiproducts.update permission. 

In order to grant it, you can follow this documentation.

Hope it helps!