I am trying to bulk download data from the console. I have several scripts, which have worked before, downloading data in json format. But something seems to have changed. The script to get the header,
h={
'DI-Backend':'connectapi.garmin.com',
'Authorization':'Bearer '+JSON.parse(localStorage.token).access_token
}
returns an error. Does anyone know what has changed and how to fix it?
Regards,
/Pär