03-06-2025 01:27
03-06-2025 01:27
I have made an application that will collect intraday heartrate data for multiple users. This is registered as a "Server" application at Fitbit. For development purposes I have also made a "Personal" application for one particular user to test the api. After getting my Server application approved for heartrate intraday data, I have tested it out. However, the intraday data is not present when I make an api call authenticating as the Server application, although I do get a 200 response with some other data. When I use exactly the same api call with the Personal application, the intraday data is present. It seems to me as though my Server application didn't get the permissions it needs despite the issue tracker saying that it should be fixed: https://issuetracker.google.com/issues/396841288
How can I get this working?
Answered! Go to the Best Answer.
03-06-2025 11:23
03-06-2025 11:23
Hi @ordermind
My apologies. I have fix your client ID. Please try again and let us know if it doesn't work.
03-06-2025 11:23
03-06-2025 11:23
Hi @ordermind
My apologies. I have fix your client ID. Please try again and let us know if it doesn't work.
03-06-2025 13:45
03-06-2025 13:45
Now it's working, thanks a lot!