Hi all,
I We have integrated Google fit with our app to initiate outh chain for consent and later use the services for collect the data, here I have two points to discuss with you.
1. What would be the expiry time of refresh token in number of days if we continously use it and don't cross it's 6 month validity for publishing status as Production? Most of the places I seen it's long lived.
2. We have our data base to store the fit data, I want Google fit to auto push the live data in my app withouting hitting api's? Any messaging system or any events are available to full fill my context?
ANy help would be appreciated!!.
Thanks,
Manish Kumar
Ill assume you are referring to an AppSheet App.
@kumamanish wrote:
What would be the expiry time of refresh token in number of days
We need a little more context to understand what you are referring to. Is this cache refresh?
@kumamanish wrote:
I want Google fit to auto push the live data in my app withouting hitting api's?
When there are two systems, they only way they can communicate is through an API of some sort. Maybe you mean you do not wish to have to implement the API connection? If so, then an auto-push, as you suggest, is currently not possible at the moment as there is no integration between AppSheet and Fit.
To implement such an integration, you have some options:
1) IF Fit has its own automation and can push data to another system API, you can implement the necessary process there.
2) You may be able to use an integrator service, such as Make. These services have connectors to many different API's and allow you to build "bridges" between them. Make has integration with AppSheet. I do no know if it integrates with Fit.
3) Build your own custom app script than can pull the data from the Fit datasource and then push it into the AppSheet API.
I hope this helps!
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |