Open a-iafrate opened 9 years ago
Are you able to provide a quick repro? Or some sample code that you're using so I can give it a try?
Thank for your response.
for try you login with with all scope
App.BexClient.CreateAuthenticationUrl(new List
then you can retrive activities with
ActivitiesRequest ar1 = new ActivitiesRequest(); ar1.MaxItemsReturned = 25; ar1.ActivityTypes = new string[] { "Run" }; ar1.ActivityFieldsToInclude = new ActivityFields[] { ActivityFields.Details, ActivityFields.MapPoints };
ActivitiesResponse ar = await App.BexClient.GetActivitiesAsync(ar1);
than you can see MapPoints in ar.RunActivities have all Latitude and Longitude to 0
Thanks again!
Hi,
have you reproduced the problem, i can do anything for help you?
Hi, sorry, not yet. Will try and look at it tonight or tomorrow (been a bit busy this week)
no problem it's only for help you :;D
Some news?
I've had a look, and the run data I'm getting back isn't even including any of the location data. Looking around, it looks like this is a fault of the MS Health API. I think when they fix it on their end, it will just start working for you.
Hi,
i have a problem with your library, i have added the ReadActivityLocation scope to login and MapPoints to request but the location in mapPoint object have all values (latitude,longitude ecc) to 0
Thank in advance!