Open lambui09 opened 7 months ago
DataReadRequest.Builder() .read(DataType.TYPE_HEART_RATE_BPM) .enableServerQueries() .bucketByTime(1, TimeUnit.MINUTES) .setTimeRange(startTime, endTime, TimeUnit.MILLISECONDS) .build()
I tried to get data for 2 months, but got the error: onError -- 5022: Cannot bucket into more than 86400 intervals. -- null If I transmit. SetLimit(1000) Then there will be data returned. What is the limit of the record limit API?
pls help me to share some information for this?
I've got no idea why you CC'd me.
sorry, I mistook you for the owner.
I tried to get data for 2 months, but got the error: onError -- 5022: Cannot bucket into more than 86400 intervals. -- null If I transmit. SetLimit(1000) Then there will be data returned. What is the limit of the record limit API?