Hello, I am receiving errors from MutateBatchJob requests. error message is following:
``` error_code { resource_count_limit_exceeded_error: RESOURCE_LIMIT } message: "This request would exceed a limit on the number of allowed resources. The details of which type of limit was exceeded will eventually be returned in ErrorDetails." trigger { string_value: "MUTATE_JOBS_PER_CUSTOMER" } location { field_path_elements { field_name: "operation" } } details { resource_count_details { enclosing_id: "*****" limit: 100 limit_type: BATCH_JOBS_PER_CUSTOMER existing_count: 100 enclosing_resource: "customer" } } ``` I think I need to remove BatchJobOperation with BatchJobOperation.remove, so I am trying to get resource name of BatchJobOperation, then executed Operations.ListOperations request, but received following errors. ``` { "error": { "code": 501, "message": "Operation is not implemented, or supported, or enabled.", "status": "UNIMPLEMENTED" } } ``` How can I remove BatchJobOperation? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/b9607926-6e21-43dc-8e8d-e47fc4ba5e47n%40googlegroups.com.