Android uses SDK to log in, jump to the browser, enter the unregistered account, and jump to a new page. After filling in the Email, First name, Last name, Password as required, click "Agree And sign up", prompt: There was a problem completing this request. Please help solve this problem.
(Login to a registered account works normally)
Login SDK API:
DbxRequestConfig config = DbxRequestConfig.newBuilder("gl-netdisc")
.withHttpRequestor(new OkHttp3Requestor(OkHttp3Requestor.defaultOkHttpClient())).build();
Auth.startOAuth2PKCE(activity, appKey, config, Arrays.asList("account_info.write",
"account_info.read", "files.metadata.write", "files.metadata.read", "files.content.write", "files.content.read",
"file_requests.write", "file_requests.read"));
Picture of the problem phenomenon:
