Aayush Malik

Results 4 comments of Aayush Malik

@sgillies, thanks for sharing this. Actually not, this isn't what I would like to have. What you shared saves the files in following format `1b36c36c-8965-4e6f-9eef-ee9694f3d69c/per-order-zipped-order_1b36c36c-8965-4e6f-9eef-ee9694f3d69c.zip` `1b36c36c-8965-4e6f-9eef-ee9694f3d69c/manifest.json` Which doesn't solve my...

Hi @sgillies, I am sorry I was not able to articulate my needs clearly, but I don't want a folder which is named as `order_id`. Instead I just need a...

This works now. I refactored the code a little bit for my purpose and it looks like this. ```python def activate_and_download_orders(api_key, input_file): auth = Auth.from_key(api_key) def activate_order_wrapper(input_file): list_of_order_ids = []...

But it failed for two of the orders still, I am unsure why it's happening. I just got a `failed download` error.