Hi! I use this code to get available disk space:

def get_free_space(client):
    batch_job_service = client.GetService('BatchJobService', 
version='v201809')
    
    batch_job_operations = [{
        'operand': {},
        'operator': 'ADD'
    }]
    return 
batch_job_service.mutate(batch_job_operations)['value'][0]['diskUsageQuotaBalance']

It returns 392447 (=392Mb), but I cant see any jobs in ACTIVE or 
AWAITING_FILE status. How is it possible? Do DONE or CANCELED jobs take 
space?

Also, it seems like AWAITING_FILE jobs are spawned from time to time and 
they cant be always canceled by setting their status to CANCELING. 

For example, I haven't created jobs (at least recently) with these ids: 
933377935,933614454, but they are running now.


Any advice would be great.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8bf54d60-6c1a-4628-8deb-12859de596db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Павел Расчетнов
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... Павел Расчетнов

Reply via email to