<?xml version='1.0' encoding='utf-8'?>
<soap-env:Header>
<ns0:clientCustomerId>3059861169</ns0:clientCustomerId> <ns0:developerToken></ns0:developerToken>
<ns0:userAgent>unknown (AwApi-Python, googleads/12.2.0, Python/3.6.2, zeep)</ns0:userAgent>
<ns0:validateOnly>false</ns0:validateOnly>
<ns0:partialFailure>false</ns0:partialFailure>
</ns0:RequestHeader>
</soap-env:Header>
<soap-env:Body>
<ns0:operations>
<ns0:operator>ADD</ns0:operator>
<ns0:operand/>
</ns0:operations>
</ns0:mutate>
</soap-env:Body>
</soap-env:Envelope>
Only to get the following reply:
<soap:Header>
<requestId>000570407f4052880a375a416d0d108d</requestId>
<serviceName>BatchJobService</serviceName>
<methodName>mutate</methodName>
<operations>1</operations>
<responseTime>129</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>[BatchJobError.DISK_QUOTA_EXCEEDED @ operations[0]]</faultstring>
<detail>
<message>[BatchJobError.DISK_QUOTA_EXCEEDED @ operations[0]]</message>
<ApplicationException.Type>ApiException</ApplicationException.Type>
<fieldPath>operations[0]</fieldPath>
<fieldPathElements>
<field>operations</field>
<index>0</index>
</fieldPathElements>
<trigger/>
<errorString>BatchJobError.DISK_QUOTA_EXCEEDED</errorString>
<ApiError.Type>BatchJobError</ApiError.Type>
<reason>DISK_QUOTA_EXCEEDED</reason>
</errors>
</ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>
As you can see, there is no information about the current used quota. I have checked for all previously created BatchJobs in this account and all of them are in the CANCELED or DONE status. Canceling jobs does not seem to do the trick. My other accounts work fine, this one is the only problematic one. I can't see any reason why there would be any disk quota used.
If you have any other insights that I can try, I would really appreciate.
Regards,
Sam