Hello.
I get this error (error message is formatted by me):
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.], Code: [{"resourceCountLimitExceededError":"RESOURCE_LIMIT"}], Trigger: [{"stringValue":"ENABLED_CALLOUT_ASSET_LINKS_PER_CUSTOMER"}], Details: [{"resourceCountDetails":{"enclosingId":"<hidden>","enclosingResource":"customer","limit":20,"limitType":"UNKNOWN","existingCount":18}}], Path: [mutate_operations.customer_asset_operation]
I'm aware that there is the limit (max 20 items per account) but as you can see there is recorded existing count of 18 in error message. I'm re-uploading same 18 items (assets are same with same resource names) and before doing re-upload I deleted every CustomerAsset (not assets themselves but relations to those assets, sorry but names such as CustomerAsset, AdGroupAsset are bit confusing, they should contain extra word like 'Relation' or 'Link' - just IMO). This deletion operation doesn't actually delete CustomerAssets but set status to DELETED. And when doing upload these items with status DELETED probably (my guess) count towards limit which shouldn't (I think). I checked in Ads UI: account I was uploading to didn't have any extensions assigned - deletion was successful. Please, any help appreciated :)