Page 1 of 1

Api call history - storage field is empty

Posted: May 10th, 2015, 7:24 am
by derkens
I'm testing some api calls after download to possibly use in a pp script.
When I call history it seems the storage field is empty, should it not contain the path set in the category settings?
I know I can get the path from the first argument, just noticed...

Re: Api call history - storage field is empty

Posted: May 10th, 2015, 4:19 pm
by shypike
When the post-processing script runs, the history entry isn't yet created.
Or at least, not complete.

Re: Api call history - storage field is empty

Posted: May 11th, 2015, 8:59 am
by derkens
ok thanks, just figured because there is some data, the storage field could be populated.
No problem, I will get the path from sys.argv[1]