after updating Dropbox SDK API from Version 5.4.6 to 6.1.0 (in Java) Auth-Class isn't recognised.
dropbox-core-sdk:5.4.6' -> dropbox-core-sdk:6.1.0'
I use Auth-Class for PKCE Auth-Flow for following callings (examples):
Auth.startOAuth2PKCE
Auth.getDbxCredential
Auth.startOAuth2Authentication
I can't find any hint in documentation was dropbox changed or how to handle these changes.
Thanks, GGK