Hi DonManfred,
Sorry to trouble you. I'm having some issues with the authorisation flow using the v7 SDK.
Where as previously I could call auth.startOAuth2Authentication and all was right with the world, I'm having issues getting auth.startOAuth2PKCE to work.
is auth.startOAuth2PKCE(requestConfig as com.dropbox.core.DbxRequestConfig) correct?
There's a note to see Auth#startOAuth2PKCE(Context, String, DbxRequestConfig, DbxHost) in the XML but I can't find this to call?
If I call it as it is I get a an error:
Any guidance when you have time would be appreciated.
Many thanks
Gavin
Sorry to trouble you. I'm having some issues with the authorisation flow using the v7 SDK.
Where as previously I could call auth.startOAuth2Authentication and all was right with the world, I'm having issues getting auth.startOAuth2PKCE to work.
is auth.startOAuth2PKCE(requestConfig as com.dropbox.core.DbxRequestConfig) correct?
There's a note to see Auth#startOAuth2PKCE(Context, String, DbxRequestConfig, DbxHost) in the XML but I can't find this to call?
If I call it as it is I get a an error:
java.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/jvm/internal/Intrinsics;
at com.dropbox.core.android.Auth$Companion.startOAuth2PKCE(Unknown Source:2)
at com.dropbox.core.android.Auth.startOAuth2PKCE(Unknown Source:2)
etc.
Any guidance when you have time would be appreciated.
Many thanks
Gavin