Java SDK issues with short lived token
Hi there, I need some help to migrate to the short lived token. Normally I check if I have the token, then call or execute the other doprobx APIs (e.g. file upload): Auth.startOAuth2Authentication(getActivity(), db_k); While now I call: Auth.startOAuth2PKCE(context, db_k, DbxRequestConfig.newBuilder("app")…