Amplitude-Developer-Docs/amplitude-dev-center

[Bug]: can't export 20210101 data

ShineZcx opened this issue · 0 comments

What happened?

When I use api endpoints to export data and I choose data is 20210101T00 - 20210101T01
It report issue
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://amplitude.com:443/api/2/export?start=20210101T00&end=20210101T01

What browsers are you seeing the problem on?

Chrome

Relevant log output

Export request submitted
Traceback (most recent call last):
  File "<pyodps_user_code>", line 112, in <module>
    df = export_project_data(start, end, api_key, secret)
  File "<pyodps_user_code>", line 55, in export_project_data
    response.raise_for_status()
  File "/home/tops/lib/python3.7/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://amplitude.com:443/api/2/export?start=20210101T00&end=20210101T01