diff --git a/platypush/plugins/google/fit.py b/platypush/plugins/google/fit.py index 50e846aedc..df0165b838 100644 --- a/platypush/plugins/google/fit.py +++ b/platypush/plugins/google/fit.py @@ -10,6 +10,8 @@ class GoogleFitPlugin(GooglePlugin): scopes = ['https://www.googleapis.com/auth/fitness.activity.read', 'https://www.googleapis.com/auth/fitness.body.read', 'https://www.googleapis.com/auth/fitness.body_temperature.read', + 'https://www.googleapis.com/auth/fitness.heart_rate.read', + 'https://www.googleapis.com/auth/fitness.sleep.read', 'https://www.googleapis.com/auth/fitness.location.read'] def __init__(self, user_id='me', *args, **kwargs):