Hi,
I was using Java SDK v1.7 and have stored access tokens of my users in database. I realized that I need to have access token key and access token secret when I wanted to automatically upgrade access tokens to v2.
But I do not know how to get those access token secrets. I am not aware that SDK v1 was providing such functionality to get both values, only access token.
DbxAuthFinish contains method getAccessToken to get only access token. And it was the last step when doing oauth dance.
Can you suggest me how to continue with the migration, please?
Thanks