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?
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?
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!