Need to see if your shared folder is taking up space on your dropbox đšâđ»? Find out how to check here.
Forum Discussion
luigiafassina
2 months agoExplorer | Level 4
Which is the java version supported by dbx sdk 7.0.0
Hi, I would like to upgrade dropbox-core-sdk from version 4.0.1 to 7.0.0. Currently, I'm using Java JDK 8. According to the Dropbox documentation, this SDK appears to be compatible with JDK 8. Howev...
- 2 months ago
Regarding your implementation, you can continue testing your current flow with your custom 'SessionStore' setup. If there are any compatibility issues, those would typically appear during runtime or while handling requests through your servlet environment.
The certificate update taking effect in January isnât related to the behavior of your integration, so it shouldnât impact your current testing.
luigiafassina
2 months agoExplorer | Level 4
Looking the documentation https://github.com/dropbox/dropbox-sdk-java I see that "The current release of Dropbox SDK Java supports Java 8+" and it is referred to sdk 7.0.0.
Given that my server is running JDK 1.8, what steps should I follow to properly use this SDK in my environment?
I don't need to compile the sdk - I just need to use the SessionStore in the following flow
// V2 api /oauth2/token
DbxWebAuth webAuth = new DbxWebAuth(reqConfig, appInfo);
DbxAuthFinish authFinish = webAuth.finishFromRedirect(redirectUri, sessionStore, params);
FullAccount accountInfo = getDropboxClientInstance().getCurrentAccount(authFinish.getAccessToken());
My goal is to retrieve the AuthorizationToken and verify wheter the user is authorized.
At the moment, with a custom SessionStore implementation that still imports javax.servlet, should I already notice if some flows don't work? Or should I wait until January to be sure that it works?
thanks
- DB-Des2 months ago
Dropbox Community Moderator
Regarding your implementation, you can continue testing your current flow with your custom 'SessionStore' setup. If there are any compatibility issues, those would typically appear during runtime or while handling requests through your servlet environment.
The certificate update taking effect in January isnât related to the behavior of your integration, so it shouldnât impact your current testing.
About Discuss Dropbox Developer & API
Make connections with other developers
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!