cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
551 stars 681 forks source link

[Health] Rate limited request quota has been exceeded #1028

Open SlimShadyIAm opened 3 months ago

SlimShadyIAm commented 3 months ago

Several users have reported app crashes when requesting too much data from Health Connect, with the following error:

android.os.RemoteException: Request rejected. Rate limited request quota has been exceeded. Please wait until quota has replenished before making further requests.

Google provides several possible approaches in https://developer.android.com/health-and-fitness/guides/health-connect/plan/rate-limiting

However, as per #931, we should also handle this possible error in a better fashion rather than allowing the app to crash.

anasboyka commented 4 weeks ago

may i know the update for this?