Hi,
I have an app that currently "saves" a set of analysis data to both the log file (only way to get off device) and storage just in case there was ever a way to access this.
It would be really useful to have a mechanism to extracting data from a saved storage location, in my case a long array of data for processing in excel. Couple of ways this could be done...
1) New file type which is txt format other than the log file which has size limits and is only available if the user creates it (using the random app alphanumeric name on device which isn't user friendly)
2) create windows/Mac file reader/convertor app
3) Add a feature in Connect that allows this file/content to be exported
I wouldn't want to load up the watch app with a web API and then have to create webpages etc.
Regards,
david