cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
We are making some updates so the Community might be down for a few hours on Monday the 11th of November. Apologies for the inconvenience and thank you for your patience. You can find out more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dropbox Api 6.1: Auth is not recognised

Dropbox Api 6.1: Auth is not recognised

Geggs
Helpful | Level 5

Hi,

 

after updating from Android Java Api

 

'com.dropbox.core:dropbox-core-sdk:5.4.0' to com.dropbox.core:dropbox-core-sdk:6.1.0'

 

Auth is not recognised.

I need it for the PKCE flow:

 

'Auth.startOAuth2PKCE(...)'

 

Seems like this has changed something and I can't find any reference to it.

Thanks

Geggs

 

1 Accepted Solution

Accepted Solutions

Geggs
Helpful | Level 5
as documentation says here, You have to add following dependencies:
 
SDK Version 5.4.0 only needs Core-SDK while 6.1.0 needs both of them
 
 

 

implementation 'com.dropbox.core:dropbox-core-sdk:6.1.0'
implementation 'com.dropbox.core:dropbox-android-sdk:6.1.0'

Thanks to Alejandro, posted his answer here

 

View solution in original post

1 Reply 1

Geggs
Helpful | Level 5
as documentation says here, You have to add following dependencies:
 
SDK Version 5.4.0 only needs Core-SDK while 6.1.0 needs both of them
 
 

 

implementation 'com.dropbox.core:dropbox-core-sdk:6.1.0'
implementation 'com.dropbox.core:dropbox-android-sdk:6.1.0'

Thanks to Alejandro, posted his answer here

 

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Geggs Helpful | Level 5
What do Dropbox user levels mean?