The google_no_data_source
payload is sent when a user connects a Google account which has no devices or sources of health data attached to it. This usually means the user connected the wrong account or does not have the Google Fit app installed and connected with their gmail/google account.
When you receive this payload, deauthenticate the user using the /deauthenticateUser
endpoint, then ask the user to connect a valid account in your application front-end. You can use the reference_id
sent in the payload to identify which user provided the invalid account.