I am trying to upload my CSV data but the uploader always returns Failed to process AIN1.csv: Project has no development API key set. Add one from the “Keys” page under the projects dashboard.
- I do have set both API and HMAC keys
- even the sample CSV file from https://docs.edgeimpulse.com/reference#importing-csv-data cannot be uploaded this way
My CSV file:
timestamp, AIN1
1.000, 0.5935
2.000, 0.4373
3.000, 0.2593
4.000, 0.4243
5.000, 0.5837
6.000, 0.7134
7.000, 0.7930
8.000, 0.8223
9.000, 0.8008
10.000, 0.7263
What do I do wrong?