12-05-2022 05:44
12-05-2022 05:44
Hello, I'm testing my app and I'm pretty sure there's supposed to be a ECG and a cardioscore (VO2) box to tick. Cause when send a HTTP request for those fields, it responds with
"This application does not have permission to READ ELECTROCARDIOGRAM data"
Is there any way to make those 2 available?
Answered! Go to the Best Answer.
12-05-2022 05:56
12-05-2022 05:56
I figured it out, just add the scope to the auth url, I guess we can create the link by ourselves and add the missing scopes. If you're missing VO2 Max add %20cardio_fitness to the url
12-05-2022 05:56
12-05-2022 05:56
I figured it out, just add the scope to the auth url, I guess we can create the link by ourselves and add the missing scopes. If you're missing VO2 Max add %20cardio_fitness to the url
12-12-2022 13:02
12-12-2022 13:02
Typically the developer of the application would include the additional scopes if their application supports them. If you own the application, then you can include the additional scopes in your authorization URL. If you do not own the application, including the additional scopes does have some risks. It would be best to check with the application owner before adding any missing scopes.