Discussions
Cannot download customized data product (Monthly Patterns - Foot Traffic)
Hi, I tried to customize Monthly Patterns - Foot Traffic (Region: "CA") and download it using the Bulk API through the deweydatapy library (python), but I'm encountering an error.
When I run the following code:
deweydatapy.get_file_list(api_key, api_path, print_info = True) ,
I receive this error message:
Error in response.json
{'error_code': 'VALIDATION_ERROR', 'message': 'Download storage not yet set up for this product. It must be set up before files can be downloaded.', 'errors': [{'field': '', 'message': 'Download storage not yet set up for this product. It must be set up before files can be downloaded.'}]}
I also checked the "Manage Deliveries" tab, and I noticed that the Bulk API status is marked as "Not Available" instead of "Active".
Is this the reason why I'm unable to download the customized data?
Thank you in advance for your help!