Hi,
I want to integrate box with our health monitoring app. So, this app will be used by various users, whose data will be taken , and uploaded to the server. I want box to act as a server storage. So, there would be a single box account, and all the data of all people using that app has to be uploaded to box using that app. So, I was looking at App users option to acheive this. My idea is to have access and refresh token in the app itself. So, all server requests from the app are pre-authenticated. When the access token expires, the refresh token will be used to get a new one.
Is this a feasible option?
Will there be clashes between users when different users access token expire at different times, and new requests are continuosly made?
Is there any other way to go about this?
Thanks,
Krishna