Hi all,
we are using CC3200 module in our product. We use Dropbox for OTA updates. However, Dropbox announced that commencing in September 2021 they are updating their authorization model and will be using "short-lived" access tokens (refresh tokens):
dropbox.tech/.../now-available--scoped-apps-and-enhanced-permissions
So I understand that the access token will expire after some time and the application should periodically update it. However, in the current SDK solution the access token is hardcoded and cannot be changed in runtime.
Do you have any advice how to solve it? Will TI support the "short-lived" access tokens for OTA in the next SDK release?
Thank you