Getting SSLHandshakeException when using Dropbox Java SDK for API v2
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: In a XPages application I want to make use of the Dropbox Java SDK (2.1.2) for API v2 to get information about my Dropbox account. The following code is used to retrieve the corresponding account object: String atoken = "****" ; DbxRequestConfig rc = new DbxRequestConfig ( "****" ); DbxClientV2 client = new DbxClientV2 ( rc , atoken ); DbxUserUsersRequests users = client . users (); FullAccount acc = users . getCurrentAccount (); // Exception raised here The last line raises the following exception: com . dropbox . core .