Hi,
I have an iOS objective c application connected with dropbox SDK.
We are using generated access token to access apps folder from my BD account.
client = [[DBUserClient alloc] initWithAccessToken:@"sl.BThRWss....."];
But this Generated access token expires after sometime. What is the possible solution so that it doesnt expire or get a refreshed access token.
Note that we need to use the generated access token approach other than oAuth flow.
Can you provide any code sample in Objective c to get this refreshed token or how we can achieve this?
Thanks,