Hello Experts,
I am referrig to following URL, which has description for eachauthenticaion mechanism.
https://github.com/box/box-java-sdk/blob/master/doc/authentication.md
Developer Tokens Normal Authentication Manual Authentication
at prsent I am using Developer Tokens, but clearly mentioned that not good for production mode.
So Normal Authentication has dependency based
you need use this + client ID and secret withint he 30 seconds to get an access token.
The alternative is to use the access token (60 minutes) along with the refresh token (Valid 60 days) to make a refresh API cal lto box authorisation server.
can some one provide me sample java code for the above alternative ?
Thank you in advance